0.5.0 • Published 11 months ago

@elinzy/e-utils v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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

1 year ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.13

1 year ago

0.4.11

1 year ago

0.4.12

1 year ago

0.4.5

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.5.0

11 months ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago