https://github.com/cirolee/utils-gear
Like a gear, tiny and useful frontend function utils written in typescript
https://github.com/cirolee/utils-gear
frontend gear typescript utils
Last synced: about 1 month ago
JSON representation
Like a gear, tiny and useful frontend function utils written in typescript
- Host: GitHub
- URL: https://github.com/cirolee/utils-gear
- Owner: CiroLee
- License: mit
- Created: 2023-04-22T17:01:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T08:33:12.000Z (3 months ago)
- Last Synced: 2025-02-28T17:46:46.729Z (about 2 months ago)
- Topics: frontend, gear, typescript, utils
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@cirolee/utils-gear
- Size: 2.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# utils-gear
Like a gear, tiny and useful frontend function tools written in typescript
[](https://codecov.io/gh/cirolee/utils-gear/branch/main)  
# install
npm
```shell
npm install @cirolee/utils-gear
```# usage
```typescript
import { getType } from 'utils-gear';
const res = getType(Symbol(1));
console.log(res); // 'symbol'
```# api
[documents](https://cirolee.github.io/utils-gear/)