Assert that input is a symbol.
input
assertIsSymbol(Symbol('id')); // does not throwassertIsSymbol('id'); // throws TypeError: input is not a symbol Copy
assertIsSymbol(Symbol('id')); // does not throwassertIsSymbol('id'); // throws TypeError: input is not a symbol
Assert that
inputis a symbol.