"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hasId = void0;
/**
* checks whether not an object that may have an id does have the id, at runtime
*/consthasId = (obj) => {
return !!obj.id;
};
exports.hasId = hasId;
//# sourceMappingURL=hasId.js.map