Enforces the given properties to be set. Thus, they must not be null or undefined.
null
undefined
object to validate
Rest
property names to enforce being non-null
RequiredNonNullPropertiesMissingError if criteria are unmet
Enforces the given properties to be set. Thus, they must not be
null
orundefined
.