UNPKG

@tsed/schema

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