(hlc = EMPTY_STRING)
| 61 | stampNew(objNew<Thing>(), hlc); |
| 62 | |
| 63 | export const stampNewMap = <Thing>(hlc = EMPTY_STRING): StampMap<Thing> => [ |
| 64 | mapNew<Id, Thing>(), |
| 65 | hlc, |
| 66 | 0, |
| 67 | ]; |
| 68 | |
| 69 | export const stampMapToObjWithHash = <From, To = From>( |
| 70 | [map, hlc, hash]: Stamp<IdMap<From>, true>, |
no test coverage detected
searching dependent graphs…