zeed
    Preparing search index...

    Variable jsonStringifyConst

    jsonStringify: (
        obj: any,
        replacer?: JsonEntryProcessor | null,
        spaces?: string | number | null,
        cycleReplacer?: JsonEntryProcessor,
    ) => string = jsonStringifySafe

    Type Declaration