node_modules/hasown/index.js in immosquare-cleaner-0.1.32 vs node_modules/hasown/index.js in immosquare-cleaner-0.1.38
- old
+ new
@@ -2,7 +2,7 @@
var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = require('function-bind');
-/** @type {(o: {}, p: PropertyKey) => p is keyof o} */
+/** @type {import('.')} */
module.exports = bind.call(call, $hasOwn);