e84c345cf58517dabef75c4de0d7fdb17c9eecd4c7d7d93147b8559bf10656c6f04bc5a3b9e759845bf77a04795b68db980e716b26defa91b642769e6eb1cd 188 B

1234
  1. function _instanceof(n, e) {
  2. return null != e && "undefined" != typeof Symbol && e[Symbol.hasInstance] ? !!e[Symbol.hasInstance](n) : n instanceof e;
  3. }
  4. export { _instanceof as default };