UNPKG

@tsed/schema

Version:
9 lines (8 loc) 214 B
/** * Declare a new string model with `format: uri`. * * * See @@JsonSchema@@ to discover available methods. * * @schemaFunctional */ export declare function uri(): import("../index.js").JsonSchema<string>;