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

x/deno_class_validator/src/decorator/number/IsPositive.ts>isPositive

Decorator-based property validation for classes.
Latest
function isPositive
import { isPositive } from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/number/IsPositive.ts";

Checks if the value is a positive number greater than zero.

Parameters

value: unknown

Returns

boolean