CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo 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