(offset: number, counter: number, thing: any)
| 56 | encodeHlc(START_TIME + offset, counter, STORE_ID_HASHES[storeId]); |
| 57 | |
| 58 | export const stamped = (offset: number, counter: number, thing: any) => [ |
| 59 | thing, |
| 60 | time(offset, counter, 's1'), |
| 61 | ]; |
| 62 | |
| 63 | export const nullStamped = <Thing>(thing: Thing): Stamp<Thing> => [thing, '']; |
no test coverage detected
searching dependent graphs…