mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-09 19:44:56 +02:00
6 lines
193 B
JavaScript
6 lines
193 B
JavaScript
'use strict';
|
|
require('../../modules/es.function.has-instance');
|
|
var wellKnownSymbol = require('../../internals/well-known-symbol');
|
|
|
|
module.exports = Function[wellKnownSymbol('hasInstance')];
|