0.1.2 • Published 1 year ago

mew-utils v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

mew-utils

A library of useful javascript tools written in typescript

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)

1.0.0

1 year ago

0.0.91

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago