Buckets:
| import * as core from "../core/index.js"; | |
| import * as schemas from "./schemas.js"; | |
| // iso time | |
| export interface ZodMiniISODateTime extends schemas.ZodMiniStringFormat<"datetime"> { | |
| _zod: core.$ZodISODateTimeInternals; | |
| } | |
| export const ZodMiniISODateTime: core.$constructor<ZodMiniISODateTime> = /*@__PURE__*/ core.$constructor( | |
| "$ZodISODateTime", | |
| (inst, def) => { | |
| core.$ZodISODateTime.init(inst, def); | |
| schemas.ZodMiniStringFormat.init(inst, def); | |
| } | |
| ); | |
| export function datetime(params?: string | core.$ZodISODateTimeParams): ZodMiniISODateTime { | |
| return core._isoDateTime(ZodMiniISODateTime, params); | |
| } | |
| // iso date | |
| export interface ZodMiniISODate extends schemas.ZodMiniStringFormat<"date"> { | |
| _zod: core.$ZodISODateInternals; | |
| } | |
| export const ZodMiniISODate: core.$constructor<ZodMiniISODate> = /*@__PURE__*/ core.$constructor( | |
| "$ZodISODate", | |
| (inst, def) => { | |
| core.$ZodISODate.init(inst, def); | |
| schemas.ZodMiniStringFormat.init(inst, def); | |
| } | |
| ); | |
| export function date(params?: string | core.$ZodISODateParams): ZodMiniISODate { | |
| return core._isoDate(ZodMiniISODate, params); | |
| } | |
| // iso time | |
| export interface ZodMiniISOTime extends schemas.ZodMiniStringFormat<"time"> { | |
| _zod: core.$ZodISOTimeInternals; | |
| } | |
| export const ZodMiniISOTime: core.$constructor<ZodMiniISOTime> = /*@__PURE__*/ core.$constructor( | |
| "$ZodISOTime", | |
| (inst, def) => { | |
| core.$ZodISOTime.init(inst, def); | |
| schemas.ZodMiniStringFormat.init(inst, def); | |
| } | |
| ); | |
| export function time(params?: string | core.$ZodISOTimeParams): ZodMiniISOTime { | |
| return core._isoTime(ZodMiniISOTime, params); | |
| } | |
| // iso duration | |
| export interface ZodMiniISODuration extends schemas.ZodMiniStringFormat<"duration"> { | |
| _zod: core.$ZodISODurationInternals; | |
| } | |
| export const ZodMiniISODuration: core.$constructor<ZodMiniISODuration> = /*@__PURE__*/ core.$constructor( | |
| "$ZodISODuration", | |
| (inst, def) => { | |
| core.$ZodISODuration.init(inst, def); | |
| schemas.ZodMiniStringFormat.init(inst, def); | |
| } | |
| ); | |
| export function duration(params?: string | core.$ZodISODurationParams): ZodMiniISODuration { | |
| return core._isoDuration(ZodMiniISODuration, params); | |
| } | |
Xet Storage Details
- Size:
- 2.13 kB
- Xet hash:
- f75a069e3d3d30c4a413e15a49c54ded74a3fd17f2b5a63fb87870d7fbf44f0d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.