mew-utils

useful collections of javascript written by typescript

MIT License

Downloads
18
Stars
3
Committers
2

mew-utils

A library of useful javascript tools written in typescript

Note: This repository has been migrated to fe-gear, and this repository is not being updated

install

npm

npm install mew-utils

usage

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

API

api doc (Chinese Simplified)