Skip to content

date

@tsed/schema

Usage

typescript
import { date } from "@tsed/schema";

See /packages/specs/schema/src/types/fn/date.ts.

Overview

ts
function date(): JsonSchema;

Description

Declare a new string model with format: date.

See JsonSchema to discover available methods.

Released under the MIT License.