UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

12 lines 193 B
export const cacheRecordMaker = (_ref, record) => { let { expires, hash } = _ref; return { record, expires, hash }; }; //# sourceMappingURL=cache-record-maker.js.map