Skip to content

@pmun/utils / ObjectToQueryStringOptions

Interface: ObjectToQueryStringOptions

Properties

encode?

ts
optional encode: boolean | (val) => string;

是否对键和值进行 URI 编码,或者传入自定义编码函数

Default

ts
true