0.1.4 • Published 8 years ago

weex-dingtalk-journey v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

weex-dingtalk-journey

🔥 A modern JavaScript utility library , using in Web and Weex.

For Chinese

weex-dingtalk-journey 中文

Install

npm install weex-dingtalk-journey --save

Usage

import journey from 'weex-dingtalk-journey';

const { querystring, url } = journey;
const query = querystring.parse('name=icepy&github=icepy');
console.log(query);
// name=icepy&github=icepy -> {name:'icepy',github:'icepy'}

modules

await .....

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

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago