Object to check for the property on
Name of the property to check
Defaults the property and validates that it is a boolean
This will throw an error if the property is not a boolean after defaulting.
Object to check for the property on
Name of the property to check
Defaults the property and validates that it is a string
This will throw an error if the property is not a string after defaulting.
Object to check for the property on
Name of the property to check
Ensures that a given property on a given object is not null or undefined, and defaults the value if necessary
Object to check for the property on
Name of the property to check
Default value to use if the property is null or undefined
Validates that a given property on a given object is an array
This will throw an error if the property is not an array.
Object to check for the property on
Name of the property to check
Validates that a given property on a given object is a boolean
This will throw an error if the property is not a boolean.
Object to check for the property on
Name of the property to check
Validates that a given property on a given object is a string
This will throw an error if the property is not a a string.
Object to check for the property on
Name of the property to check
Generated using TypeDoc
Defaults the property and validates that it is an array
This will throw an error if the property is not an array after defaulting.