1.1.3 • Published 3 years ago

utilmax v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

ci codecov npm commit

通用js方法库

Installation:

$ npm i --save utilmax

Usage

import * as utilmax from "utilmax";
const env = utilmax.getEnvironment();

通常情况并不需要全量引入,所以仅添加需要的方法即可,如下:

import { getEnvironment } from "utilmax";
const env = getEnvironment();
1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago