ReviverFnCopyimport type { ReviverFn } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";A reviver function type ReviverFn = (key: string, value: any) => any;§Type§(key: string, value: any) => any[src]