hi-util
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

hi-utils

Simple collection of common utils

import { objectToQueryStr } from 'hi-util'
// ?foo=foo&bar=1
objectToQueryStr({
  foo: 'foo',
  bar: 1
})

Dependencies (0)

    Dev Dependencies (16)

    Package Sidebar

    Install

    npm i hi-util

    Weekly Downloads

    7

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    71.6 kB

    Total Files

    24

    Last publish

    Collaborators

    • yanghi