0.5.0 • Published 6 months ago

@elinzy/e-utils v0.5.0

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

@elinzy/e-utils

NPM Version NPM Downloads Node.js Version


English | 简体中文

Introduction

e Tools, a collection of common JavaScript / TypeScript utilities

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.10

9 months ago

0.4.9

9 months ago

0.4.8

9 months ago

0.4.13

8 months ago

0.4.11

9 months ago

0.4.12

8 months ago

0.4.5

9 months ago

0.4.7

9 months ago

0.4.6

9 months ago

0.5.0

6 months ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago