Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak_nest/example/deps.ts>Min

Refer to nestjs to realize some common functions for Deno, support hono and oak
Latest
function Min
import { Min } from "https://deno.land/x/oak_nest@v3.0.1/example/deps.ts";

Checks if the first number is greater than or equal to the second.

Parameters

minValue: number
optional
validationOptions: ValidationOptions

Returns

PropertyDecorator