Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cirolee/mew-utils

useful collections of javascript written by typescript
https://github.com/cirolee/mew-utils

typescript utils

Last synced: 9 days ago
JSON representation

useful collections of javascript written by typescript

Awesome Lists containing this project

README

        

# mew-utils

> A library of useful javascript tools written in typescript

**Note: This repository has been migrated to [fe-gear](https://github.com/CiroLee/fe-gear), and this repository is not being updated**

[![codecov](https://codecov.io/gh/cirolee/mew-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/cirolee/mew-utils/branch/main) ![npm bundle size](https://img.shields.io/bundlephobia/min/mew-utils) ![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/cirolee/mew-utils) ![GitHub](https://img.shields.io/github/license/cirolee/mew-utils)

# install

npm

```shell
npm install mew-utils
```

# usage

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

# API

[api doc (Chinese Simplified)](https://github.com/CiroLee/mew-utils/blob/main/docs/README.md)