Skip to content

Like a gear, tiny and useful frontend function utils written in typescript

License

Notifications You must be signed in to change notification settings

CiroLee/utils-gear

Repository files navigation

utils-gear

Like a gear, tiny and useful frontend function tools written in typescript

codecov GitHub release (release name instead of tag name) GitHub

install

npm

npm install utils-gear

usage

import { getType } from 'utils-gear';
const res = getType(Symbol(1));
console.log(res); // 'symbol'

api

documents