source:
trip-planner-front/node_modules/core-js/modules/es.array.species.js@
b738035
Last change on this file since b738035 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 157 bytes |
Line | |
---|---|
1 | var setSpecies = require('../internals/set-species'); |
2 | |
3 | // `Array[@@species]` getter |
4 | // https://tc39.es/ecma262/#sec-get-array-@@species |
5 | setSpecies('Array'); |
Note:
See TracBrowser
for help on using the repository browser.