mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-24 01:43:18 +00:00
5 lines
203 B
JavaScript
5 lines
203 B
JavaScript
|
require('../../modules/es.symbol.to-primitive');
|
||
|
var WrappedWellKnownSymbolModule = require('../../internals/wrapped-well-known-symbol');
|
||
|
|
||
|
module.exports = WrappedWellKnownSymbolModule.f('toPrimitive');
|