Files
Lab4/6/node_modules/has/src/index.js
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03:00

6 lines
129 B
JavaScript

'use strict';
var bind = require('function-bind');
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);