0.5.0 • Published 7 months ago

@elinzy/e-utils v0.5.0

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

10 months ago

0.4.9

10 months ago

0.4.8

10 months ago

0.4.13

9 months ago

0.4.11

10 months ago

0.4.12

9 months ago

0.4.5

10 months ago

0.4.7

10 months ago

0.4.6

10 months ago

0.5.0

7 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