A simple function that checks if a variable is undefined or null; Like Objects.requireNonNull in java.
the object or variable to check.
Optional
the Error message (if thrown).
A simple function that checks if a variable is undefined or null; Like Objects.requireNonNull in java.