0.1.6 • Published 8 years ago

wq-fel v0.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago