Files
how2ice 44cca8f122 init
2025-08-14 23:34:11 +09:00

9 lines
206 B
JavaScript
Executable File

'use strict';
var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = require('function-bind');
/** @type {import('.')} */
module.exports = bind.call(call, $hasOwn);