1.0.0 • Published 4 years ago

kuma-helpers v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

kuma-helpers

kuma-helpers是一个自用的工具集。

安装

npm install -save kuma-helpers
yarn add kuma-helpers

目录

# 用于node层的公共方法
node/
# 用于web端的公共方法
web/

引入

// node
const helpers = require('kuma-helpers/node');
// 或直接调用某一个组件
const file = require('kuma-helpers/node/file');

组件文档

1.0.0

4 years ago

0.2.0

5 years ago

0.0.2

5 years ago

0.0.1

6 years ago