stringifyDefaultOptions
import { stringifyDefaultOptions } from "@hyper-fetch/core"
Description
Defined in client/client.constants.ts:3
Preview
const stringifyDefaultOptions = { arrayFormat: bracket; arraySeparator: ; encode: true; skipEmptyString: true; skipNull: true; sort: false; strict: true }
Structure
{
arrayFormat: bracket;
arraySeparator: ;
encode: true;
skipEmptyString: true;
skipNull: true;
sort: false;
strict: true;
}