CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
index.js9 linesDownload Raw Back to hasown
1'use strict';2 3var call = Function.prototype.call;4var $hasOwn = Object.prototype.hasOwnProperty;5var bind = require('function-bind');6 7/** @type {import('.')} */8module.exports = bind.call(call, $hasOwn);9