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

x/oak_nest/example/deps.ts>IsOptional

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

Checks if value is missing and if so, ignores all validators.

Parameters

optional
validationOptions: ValidationOptions

Returns

PropertyDecorator