0.4.4 • Published 10 months ago

@elinzy/e-utils v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

e-utils

NPM Version NPM Downloads Node.js Version


English | 简体中文

Introduction

e 工具类,常见 JavaScript / TypeScript 实用程序合集

Installation

# devDependencies
npm install -D @elinzy/e-utils

# dependencies
npm install -S @elinzy/e-utils

global:

npm install -g @elinzy/e-utils

Usage

  • ESM
import * as _ from '@elinzy/e-utils';

_.isNil();
_.isNull();
  • CJS
const _ = require('@elinzy/e-utils');

_.isNil();
_.isNull();

License

MIT

Support

If you have any questions or encounter any problems while using tools, you can use the community discussions for support.

0.4.4

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.0

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago