1.2.7 • Published 10 months ago
utils-gear v1.2.7
utils-gear
Like a gear, tiny and useful frontend function tools written in typescript
install
npm
npm install utils-gear
usage
import { getType } from 'utils-gear';
const res = getType(Symbol(1));
console.log(res); // 'symbol'