import { type decoder } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { AnyDecoder } = decoder;
A type that matches any decoder type.
definition: Decoder<unknown, any>
import { type decoder } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { AnyDecoder } = decoder;
A type that matches any decoder type.