1.2.7 • Published 10 months ago

utils-gear v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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.7

10 months ago

1.2.6

10 months ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.21

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago