@yoroi/common
Version:
The Common package of Yoroi SDK
18 lines (17 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.cacheRecordMaker = void 0;
const cacheRecordMaker = ({
expires,
hash
}, record) => {
return {
record,
expires,
hash
};
};
exports.cacheRecordMaker = cacheRecordMaker;
//# sourceMappingURL=cache-record-maker.js.map