Skip to main content
Version: 2.x.x

stringifyDefaultOptions


import { stringifyDefaultOptions } from "@hyper-fetch/core"

Description

Defined in builder/builder.constants.ts:1

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;
}