0.1.6 • Published 7 years ago

wq-fel v0.1.6

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

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');

模块列表

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago