wq-fel

0.1.6 • Public • Published

WQ Web Front-end Library Build Status Coverage Status npm version license

NPM

安装

npm install wq-fel

用法

举个栗子,我们想调用encodeHtml

  • 引入整体库
import wq-fel from "wq-fel";
// call
wq-fel.string.encodeHtml('xx');
  • 引入某个整体模块
import string from "wq-fel/string";
// call
string.encodeHtml('xx');
  • 引入某个具体某个方法
import encodeHtml from "wq-fel/string/encodeHtml";
// call
encodeHtml('xx');

模块列表

Readme

Keywords

Package Sidebar

Install

npm i wq-fel

Weekly Downloads

5

Version

0.1.6

License

MIT

Last publish

Collaborators

  • wuqiang