(offset: number, counter: number, storeId: string = 's1')
| 53 | }; |
| 54 | |
| 55 | export const time = (offset: number, counter: number, storeId: string = 's1') => |
| 56 | encodeHlc(START_TIME + offset, counter, STORE_ID_HASHES[storeId]); |
| 57 | |
| 58 | export const stamped = (offset: number, counter: number, thing: any) => [ |
| 59 | thing, |
no test coverage detected
searching dependent graphs…