You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 206B

12345678
  1. 'use strict';
  2. var call = Function.prototype.call;
  3. var $hasOwn = Object.prototype.hasOwnProperty;
  4. var bind = require('function-bind');
  5. /** @type {import('.')} */
  6. module.exports = bind.call(call, $hasOwn);