jstool

0.0.2 • Public • Published

useful js tool collection

var jstool = require('jstool');

jstool.xxx();

objectSerialize()

var obj = {
	name: 'halo',
	age: '18'
};
jstool.objectSerialize(obj);
//return name=halo&age=18

Readme

Keywords

none

Package Sidebar

Install

npm i jstool

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • liuyangbeta