Files
starface-outlook-sync-addin/node_modules/@jsonjoy.com/util/lib/hasOwnProperty.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
307 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hasOwnProperty = void 0;
const has = Object.prototype.hasOwnProperty;
function hasOwnProperty(obj, key) {
return has.call(obj, key);
}
exports.hasOwnProperty = hasOwnProperty;
//# sourceMappingURL=hasOwnProperty.js.map