Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cirolee/mew-utils
- Owner: CiroLee
- License: mit
- Created: 2022-03-04T09:12:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T17:41:18.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:51:56.544Z (26 days ago)
- Topics: typescript, utils
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/mew-utils
- Size: 477 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)