1.2.9 • Published 1 year ago

@cirolee/utils-gear v1.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 @cirolee/utils-gear

usage

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

api

documents

1.2.9

1 year ago

1.2.8

1 year ago