UNPKG

is-registered-symbol

Version:

Is this value a Symbol stored in the global cross-realm Symbol registry?

3 lines (2 loc) 89 B
declare function isRegisteredSymbol(sym: unknown): boolean; export = isRegisteredSymbol;