utils-gear
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

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

Package Sidebar

Install

npm i utils-gear

Weekly Downloads

1

Version

1.2.4

License

MIT

Unpacked Size

27.3 kB

Total Files

5

Last publish

Collaborators

  • duducloud