Newer
Older
alert / js / node_modules / has / src / index.js
@Réz István Réz István on 18 Nov 2021 129 bytes first commit
'use strict';

var bind = require('function-bind');

module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);