Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias ReviverFn
import { type ReviverFn } from "https://deno.land/x/natsws@v1.29.2/src/nats-base-client.ts";

A reviver function

definition: (key: string, value: any) => any