Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ReviverFn
import { type ReviverFn } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";

A reviver function

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