UNPKG

91 BTypeScriptView Raw
1declare function isSymbol(value: unknown): value is (symbol | Symbol);
2
3export = isSymbol;