UNPKG

@tsed/schema

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