Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/example/deps.ts>IsNumber

Refer to nestjs to realize some common functions for Deno
Go to Latest
function IsNumber
import { IsNumber } from "https://deno.land/x/oak_nest@v1.14.1/example/deps.ts";

Checks if a value is a number.

Parameters

optional
options: IsNumberOptions = [UNSUPPORTED]
optional
validationOptions: ValidationOptions

Returns

PropertyDecorator