bpms_site/.svn/pristine/c9/c9fc511572181dc592422b1a9ede26812af018b4.svn-base
2025-11-02 16:38:49 +03:30

25 lines
745 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "readRecordValue", {
enumerable: true,
get: function() {
return readRecordValue;
}
});
function readRecordValue(thenable) {
if (thenable.status === "fulfilled") {
return thenable.value;
} else {
throw thenable;
}
}
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=read-record-value.js.map