UNPKG

191 BTypeScriptView Raw
1/**
2 * Returns `true` only if the environment has native `Symbol` support.
3 *
4 * Not polyfillable, not forgeable.
5 */
6declare function hasNativeSymbols(): boolean;
7export = hasNativeSymbols;