Skip to main content
Module

x/abstruct/mod.ts>IntegerValidator

Abstract structure for JavaScript data validation
Latest
class IntegerValidator
extends IsValidator<number>
import { IntegerValidator } from "https://deno.land/x/abstruct@1.0.0/mod.ts";

Integer validator.

Examples

Example 1

import { IntegerValidator } from "https://deno.land/x/abstruct@$VERSION/validators/number/integer.ts";
const validator = new IntegerValidator();

Methods

toString(): string