luzapi
Preparing search index...
utils/InputValidator
InputValidator
Class InputValidator
Index
Constructors
constructor
Methods
is
Date
is
Email
is
Empty
is
Empty
String
is
In
Range
is
Null
Or
Undefined
is
Number
is
Positive
is
Url
is
UUID
is
Valid
Date
String
Constructors
constructor
new
InputValidator
()
:
InputValidator
Returns
InputValidator
Methods
Static
is
Date
isDate
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
Email
isEmail
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
Empty
isEmpty
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
Empty
String
isEmptyString
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
In
Range
isInRange
(
value
:
any
,
min
:
number
,
max
:
number
)
:
void
Parameters
value
:
any
min
:
number
max
:
number
Returns
void
Static
is
Null
Or
Undefined
isNullOrUndefined
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
Number
isNumber
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
Positive
isPositive
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
Url
isUrl
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
UUID
isUUID
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Static
is
Valid
Date
String
isValidDateString
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
is
Date
is
Email
is
Empty
is
Empty
String
is
In
Range
is
Null
Or
Undefined
is
Number
is
Positive
is
Url
is
UUID
is
Valid
Date
String
luzapi
Loading...