1.0.5 • Published 3 years ago
hi-util v1.0.5
hi-utils
Simple collection of common utils
import { objectToQueryStr } from 'hi-util'
// ?foo=foo&bar=1
objectToQueryStr({
foo: 'foo',
bar: 1
})
Simple collection of common utils
import { objectToQueryStr } from 'hi-util'
// ?foo=foo&bar=1
objectToQueryStr({
foo: 'foo',
bar: 1
})