/fe-gear

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

Primary LanguageTypeScriptMIT LicenseMIT

fe-gear

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

codecov npm bundle size GitHub release (release name instead of tag name) GitHub

install

npm

npm install fe-gear

usage

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

api

api doc (Chinese Simplified)