/var/www/verywell.gr/server/delivery/node_modules/safe-stable-stringify
NameSizeModeActions
esm/-0755rm
CHANGELOG.md28380644editdlrm
index.d.ts6470644editdlrm
index.js200900644editdlrm
LICENSE10790644editdlrm
package.json26640644editdlrm
readme.md62420644editdlrm
tsconfig.json4870644editdlrm
Edit: /var/www/verywell.gr/server/delivery/node_modules/safe-stable-stringify/index.d.ts (647B)
export function stringify(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string; export function stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string; export interface StringifyOptions { bigint?: boolean, circularValue?: string | null | TypeErrorConstructor | ErrorConstructor, deterministic?: boolean, maximumBreadth?: number, maximumDepth?: number, } export namespace stringify { export function configure(options: StringifyOptions): typeof stringify; } export function configure(options: StringifyOptions): typeof stringify; export default stringify;