Module

x/jtd_type/mod.ts>Forms.Empty

A Novel implementation of JTD (RFC 8927) in typescript
Latest
function Forms.Empty
import { Forms } from "https://dotland.deno.dev/x/jtd_type@2.2.0/mod.ts";
const { Empty } = Forms;

Creates an empty JTD schema (Allows for any value to be passed in here)

Type Parameters

optional
O extends JtdShared = { nullable: undefined; metadata: undefined; }

Parameters

optional
opts: Narrow<O>

Options for the schema