Assert that input is undefined.
input
undefined
assertIsUndefined(undefined); // does not throwassertIsUndefined(null); // throws TypeError: input is not undefined Copy
assertIsUndefined(undefined); // does not throwassertIsUndefined(null); // throws TypeError: input is not undefined
Assert that
inputisundefined.