mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-12 20:04:57 +02:00
7 lines
268 B
JavaScript
7 lines
268 B
JavaScript
'use strict';
|
|
require('../../modules/es.symbol.has-instance');
|
|
require('../../modules/es.function.has-instance');
|
|
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
|
|
|
|
module.exports = WrappedWellKnownSymbolModule.f('hasInstance');
|