weex-dingtalk-journey

0.1.4 • Public • Published

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 .....

Readme

Keywords

none

Package Sidebar

Install

npm i weex-dingtalk-journey

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • icepy