Skip to content

number

@tsed/schema

Usage

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

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

Overview

ts
function number(): import("../index.js").JsonSchema;

Description

Declare a new number model.

  • See JsonSchema to discover available methods.

Released under the MIT License.