@hyper-fetch/core
Version:
Cache, Queue and Persist your requests no matter if you are online or offline!
10 lines • 319 B
TypeScript
export declare const stringifyDefaultOptions: {
readonly strict: true;
readonly encode: true;
readonly arrayFormat: "bracket";
readonly arraySeparator: "bracket";
readonly sort: false;
readonly skipNull: true;
readonly skipEmptyString: true;
};
//# sourceMappingURL=client.constants.d.ts.map