Type alias AssertTypeofSymbol
AssertTypeofSymbol: ((specimen, typename, optDetails?) => asserts specimen is symbol)
Type declaration
- (specimen, typename, optDetails?): asserts specimen is symbol
Parameters
specimen: any
typename: "symbol"
Optional
optDetails: Details
Returns asserts specimen is symbol