Like a gear, tiny and useful frontend function tools written in typescript
npm
npm install utils-gear
import { getType } from 'utils-gear';
const res = getType(Symbol(1));
console.log(res); // 'symbol'
Like a gear, tiny and useful frontend function tools written in typescript
npm
npm install utils-gear
import { getType } from 'utils-gear';
const res = getType(Symbol(1));
console.log(res); // 'symbol'
npm i utils-gear
3
1.2.7
MIT
57.5 kB
7