Function
| Static Public Summary | ||
| public |
decode(qs: *, sep: *, eq: *, options: *): * |
|
| public |
encode(obj: *, sep: *, eq: *, name: *): * |
|
Static Public
public decode(qs: *, sep: *, eq: *, options: *): * source
import {decode} from '@hiherto-elements/querystring/querystring/decode.js'Params:
| Name | Type | Attribute | Description |
| qs | * | ||
| sep | * | ||
| eq | * | ||
| options | * |
Return:
| * |
public encode(obj: *, sep: *, eq: *, name: *): * source
import {encode} from '@hiherto-elements/querystring/querystring/encode.js'Params:
| Name | Type | Attribute | Description |
| obj | * | ||
| sep | * | ||
| eq | * | ||
| name | * |
Return:
| * |
