@elinzy/e-utils
v0.4.4
Published
e 工具类,常见 JavaScript / TypeScript 实用程序合集
Downloads
6
Readme
e-utils
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
Support
If you have any questions or encounter any problems while using tools, you can use the community discussions for support.