Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface ValidatorRulesList
import { type ValidatorRulesList } from "https://deno.land/x/entropy@1.0.0-beta.17/src/validator/interfaces/validator_rules_list.interface.ts";

Properties

accepted: boolean
boolean: boolean
date: string | Date
declined: boolean
doesntEndWith: string
doesntStartWith: string
endsWith: string
email: boolean
float: boolean
in: string[]
number: boolean
ip: boolean
ipv4: boolean
ipv6: boolean
json: boolean
length: number
lowercase: boolean
max: number
maxLength: number
maxOrEqual: number
maxOrEqualLength: number
min: number
minLength: number
minOrEqual: number
minOrEqualLength: number
notIn: string[]
numeric: boolean
otherThan: string
phoneNumber: boolean
regexp: RegExp
required: boolean
startsWith: string
uppercase: boolean
username: boolean