UNPKG

@tsed/schema

Version:
10 lines (9 loc) 189 B
import { from } from "./from.js"; /** * Declare a new boolean model. * * * See @@JsonSchema@@ to discover available methods. */ export function boolean() { return from(Boolean); }