the of the validator to add.
the validator config to add.
Validates values against assertion map using all enabled validators.
the token map for type assertion checks.
actual values from the method min args or arguments object.
manually call specific validator or pass validator function.
Validates values against assertion map using all enabled validators.
the method name calling assert.
the token map for type assertion checks.
actual values from the method min args or arguments object.
manually call specific validator or pass validator function.
Validates values against assertion map using all enabled validators.
the token map for type assertion checks.
actual values from the method min args or arguments object.
specifies argument length or uses values length.
manually call specific validator or pass validator function.
Validates values against assertion map using all enabled validators.
the method name calling assertion.
the token map for type assertion checks.
actual values from the method min args or arguments object.
specifies argument length or uses values length.
manually call specific validator or pass validator function.
Disables validators by name.
list of validators to disable.
Gets disabled validators.
Enables validators by name.
list of validators to enable.
Gets enabled validators.
Enables listed validators disabling all others, then resets after validate runs.
the list of validators to run once.
Gets an option.
the option key to get.
Sets an option
the option name.
the value for the option.
Removes a validator from the collection.
the name of the validator to remove.
Resets once and enabled/disabled to defaults.
Validates values against assertion map using specified validator.
the token map for type assertion checks.
actual values from the method min args or arguments object.
Validates values against assertion map using specified validator.
the token map for type assertion checks.
actual values from the method min args or arguments object.
specifies argument length or uses values length.
Generated using TypeDoc
Adds a validator to the collection.