4 lines
91 B
TypeScript
Executable File
4 lines
91 B
TypeScript
Executable File
declare function isSymbol(value: unknown): value is (symbol | Symbol);
|
|
|
|
export = isSymbol;
|