biofriction-wp-theme/node_modules/has/src/index.js

6 lines
129 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
'use strict';
var bind = require('function-bind');
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);