source: node_modules/core-js-pure/es/symbol/index.js@ d24f17c

main
Last change on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1018 bytes
Line 
1'use strict';
2require('../../modules/es.array.concat');
3require('../../modules/es.object.to-string');
4require('../../modules/es.symbol');
5require('../../modules/es.symbol.async-iterator');
6require('../../modules/es.symbol.description');
7require('../../modules/es.symbol.has-instance');
8require('../../modules/es.symbol.is-concat-spreadable');
9require('../../modules/es.symbol.iterator');
10require('../../modules/es.symbol.match');
11require('../../modules/es.symbol.match-all');
12require('../../modules/es.symbol.replace');
13require('../../modules/es.symbol.search');
14require('../../modules/es.symbol.species');
15require('../../modules/es.symbol.split');
16require('../../modules/es.symbol.to-primitive');
17require('../../modules/es.symbol.to-string-tag');
18require('../../modules/es.symbol.unscopables');
19require('../../modules/es.json.to-string-tag');
20require('../../modules/es.math.to-string-tag');
21require('../../modules/es.reflect.to-string-tag');
22var path = require('../../internals/path');
23
24module.exports = path.Symbol;
Note: See TracBrowser for help on using the repository browser.