UNPKG

@types/has-symbols

Version:
8 lines (7 loc) 191 B
/** * Returns `true` only if the environment has native `Symbol` support. * * Not polyfillable, not forgeable. */ declare function hasNativeSymbols(): boolean; export = hasNativeSymbols;