Interface: IStringifyBaseOptions
Properties
| Property | Type |
|---|---|
addQueryPrefix? | boolean |
arrayFormat? | "repeat" | "indices" | "brackets" | "comma" |
charset? | "utf-8" | "iso-8859-1" |
charsetSentinel? | boolean |
delimiter? | string |
encode? | boolean |
encoder? | (str: any, defaultEncoder: defaultEncoder, charset: string, type: "key" | "value") => string |
encodeValuesOnly? | boolean |
filter? | (string | number)[] | (prefix: string, value: any) => any |
format? | "RFC1738" | "RFC3986" |
indices? | boolean |
serializeDate? | (d: Date) => string |
skipNulls? | boolean |
sort? | (a: string, b: string) => number |
strictNullHandling? | boolean |