UNPKG

@tsed/schema

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