egg-array
v1.0.1
Published
arrayUtils for egg
Downloads
3
Readme
egg-array
Install
$ npm i egg-array --save
Usage
// {app_root}/config/plugin.js
exports.array = {
enable: true,
package: 'egg-array',
};
Configuration
// {app_root}/config/config.default.js
exports.array = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.