UNPKG

@babel/runtime-corejs3

Version:

babel's modular runtime helpers with core-js@3 polyfilling

6 lines 332 B
import _Symbol from "core-js-pure/features/symbol/index.js"; import _Symbol$hasInstance from "core-js-pure/features/symbol/has-instance.js"; function _instanceof(n, e) { return null != e && "undefined" != typeof _Symbol && e[_Symbol$hasInstance] ? !!e[_Symbol$hasInstance](n) : n instanceof e; } export { _instanceof as default };