menu
JsonReplacer
import { JsonReplacer } from "destack:json";
Function that transforms JSON values before serialization.
1export type JsonReplacer = (string, Json) => Json | undefinedimport { JsonReplacer } from "destack:json";
Function that transforms JSON values before serialization.
1export type JsonReplacer = (string, Json) => Json | undefined