isSymbol.d.ts 72 B

123
  1. declare function isSymbol(val: any): val is symbol;
  2. export = isSymbol;