UNPKG

ts-has-own-property

Version:

Fix for Object.hasOwnProperty, which normally just returns a boolean, which is not good when you care about strong typing

3 lines (2 loc) 253 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=Object.prototype.hasOwnProperty,t=function(t,r){return e.call(t,r)};exports.default=t,exports.hasOwnProperty=t; //# sourceMappingURL=ts-has-own-property.cjs.production.min.js.map