Sha256: 98b26075c976c09beae0ea22d69de5ff2ac68f0da9bac6d9b5bad9a95dfa5bcd

Contents?: true

Size: 214 Bytes

Versions: 8

Compression:

Stored size: 214 Bytes

Contents

// Exports true if environment provides native `Symbol` implementation

'use strict';

module.exports = (function () {
	if (typeof Symbol !== 'function') return false;
	return (typeof Symbol() === 'symbol');
}());

Version data entries

8 entries across 7 versions & 3 rubygems

Version Path
lanes-0.8.0 node_modules/es6-symbol/is-native-implemented.js
node-compiler-0.9.1 vendor/node/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/is-native-implemented.js
node-compiler-0.9.0 vendor/node-v7.2.1/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/is-native-implemented.js
node-compiler-0.8.0 vendor/node-v7.2.0/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/is-native-implemented.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/es6-symbol/is-native-implemented.js
node-compiler-0.7.0 vendor/node-v6.9.1/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/is-native-implemented.js
node-compiler-0.7.0 vendor/node-v7.1.0/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/is-native-implemented.js
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/es6-symbol/is-native-implemented.js