ken_nogi/lineworks-sync/node_modules/hasown/index.js
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

9 lines
206 B
JavaScript

'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);