Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T06:37:43.000Z (about 1 month ago)
- Last Synced: 2024-10-11T10:51:47.626Z (26 days ago)
- Topics: frontend, gear, typescript, utils
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/utils-gear
- Size: 1.91 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
[![codecov](https://codecov.io/gh/cirolee/utils-gear/branch/main/graph/badge.svg)](https://codecov.io/gh/cirolee/utils-gear/branch/main) ![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/cirolee/utils-gear) ![GitHub](https://img.shields.io/github/license/cirolee/utils-gear)
# install
npm
```shell
npm install 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/)