mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
6 lines
205 B
JavaScript
6 lines
205 B
JavaScript
var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
|
|
|
|
// `Symbol.species` well-known symbol
|
|
// https://tc39.github.io/ecma262/#sec-symbol.species
|
|
defineWellKnownSymbol('species');
|