Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)