1.2.4 • Published 1 month ago

utils-gear v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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 utils-gear

usage

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

api

documents

1.2.4

1 month ago

1.2.3

4 months ago

1.2.21

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.2.0

5 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago