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

x/deno_class_validator/src/index.ts>isNegative

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

Checks if the value is a negative number smaller than zero.

Parameters

value: unknown

Returns

boolean