/mew-utils

useful collections of javascript written by typescript

Primary LanguageTypeScriptMIT LicenseMIT

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

codecov npm bundle size GitHub release (release name instead of tag name) GitHub

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)