1.2.9 • Published 1 year ago
@cirolee/utils-gear v1.2.9
utils-gear
Like a gear, tiny and useful frontend function tools written in typescript
install
npm
npm install @cirolee/utils-gearusage
import { getType } from 'utils-gear';
const res = getType(Symbol(1));
console.log(res); // 'symbol'