1.0.4 • Published 2 years ago

@aplex/utils v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

utils

NPM Version NPM Downloads Node.js Version

English | 简体中文

Description

This is a utility class

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Installation is done using the npm install command:

$ npm install @aplex/utils

global:

$ npm install -g @apleex/utils

Usage

var Utils = require('@appleex-utils') ;

Utils.helper.<method>;
Utils.fn.<method>;
Utils.format.<method> ;
Utils.get.<method> ;
Utils.is.<method> ;
...

Construction

├── lib/                     
│   ├── helper.js               # Common method collection
│   ├── fn.js                   # Common method collection
│   ├── format.js               # Common method collection
│   ├── get.js                  # Common method collection
│   ├── is.js                   # Common method collection
│   └── ...
├── index.js                    # Entry template file
└── Eslint.md                   # Code rule description
└── README.md                   # project instruction(en)
└── README-zh.md                # project instruction(zh)
└── package.json                # Project package configuration
└── .npmignore                  # npm ignore file configuration
└── .gitignore                  # git ignore file configuration
└── .eslintrc.js                # eslint file configuration

License

MIT

2.0.0-alpha.1

2 years ago

2.0.0-alpha.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

1.0.0

4 years ago