index.d.ts 91 B

123
  1. declare function isSymbol(value: unknown): value is (symbol | Symbol);
  2. export = isSymbol;