UNPKG

@types/has-symbols

Version:
7 lines (6 loc) 165 B
/** * Returns `true` if the environment has a `Symbol` sham * that mostly follows the spec. */ declare function hasSymbolSham(): boolean; export = hasSymbolSham;