3 lines
72 B

declare function isSymbol(val: any): val is symbol;
export = isSymbol;