stringfy-echolc
v1.0.0
Published
stringfy obj to query string
Downloads
2
Readme
Stringfy
A small module stringfy obj to query string.
Example
var stringfy = require('string')
console.log(stringfy({ name: 'Tom', id: 'abc1' }))
// => name=Tom&id=abc1