Skip to main content
Version: v7.0.0

stringifyDefaultOptions


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

Preview

const stringifyDefaultOptions = { arrayFormat: bracket; arraySeparator: bracket; encode: true; skipEmptyString: true; skipNull: true; sort: false; strict: true }

Structure

stringifyDefaultOptions
NameTypeDescription
arrayFormat
bracket
arraySeparator
bracket
encode
true
skipEmptyString
true
skipNull
true
sort
false
strict
true
On this page