@samatawy/checks
Preparing search index...
index
items
Variable items
Const
items
:
{
object
()
:
PropertyDecorator
;
string
()
:
PropertyDecorator
;
number
(
options
?:
TolerantCheckOptions
)
:
PropertyDecorator
;
boolean
(
options
?:
TolerantCheckOptions
)
:
PropertyDecorator
;
date
()
:
PropertyDecorator
;
uuid
()
:
PropertyDecorator
;
ulid
()
:
PropertyDecorator
;
email
()
:
PropertyDecorator
;
url
()
:
PropertyDecorator
;
file
()
:
PropertyDecorator
;
image
()
:
PropertyDecorator
;
array
()
:
PropertyDecorator
;
matchesType
(
type
:
new
(
...
args
:
any
[]
)
=>
unknown
,
options
?:
ClassValidationOptions
,
)
:
PropertyDecorator
;
}
= ...
Type Declaration
object
:
function
object
()
:
PropertyDecorator
Returns
PropertyDecorator
string
:
function
string
()
:
PropertyDecorator
Returns
PropertyDecorator
number
:
function
number
(
options
?:
TolerantCheckOptions
)
:
PropertyDecorator
Parameters
Optional
options
:
TolerantCheckOptions
Returns
PropertyDecorator
boolean
:
function
boolean
(
options
?:
TolerantCheckOptions
)
:
PropertyDecorator
Parameters
Optional
options
:
TolerantCheckOptions
Returns
PropertyDecorator
date
:
function
date
()
:
PropertyDecorator
Returns
PropertyDecorator
uuid
:
function
uuid
()
:
PropertyDecorator
Returns
PropertyDecorator
ulid
:
function
ulid
()
:
PropertyDecorator
Returns
PropertyDecorator
email
:
function
email
()
:
PropertyDecorator
Returns
PropertyDecorator
url
:
function
url
()
:
PropertyDecorator
Returns
PropertyDecorator
file
:
function
file
()
:
PropertyDecorator
Returns
PropertyDecorator
image
:
function
image
()
:
PropertyDecorator
Returns
PropertyDecorator
array
:
function
array
()
:
PropertyDecorator
Returns
PropertyDecorator
matchesType
:
function
matchesType
(
type
:
new
(
...
args
:
any
[]
)
=>
unknown
,
options
?:
ClassValidationOptions
,
)
:
PropertyDecorator
Parameters
type
:
new
(
...
args
:
any
[]
)
=>
unknown
Optional
options
:
ClassValidationOptions
Returns
PropertyDecorator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@samatawy/checks
Loading...