(hlc = EMPTY_STRING)
| 58 | }; |
| 59 | |
| 60 | export const stampNewObj = <Thing>(hlc = EMPTY_STRING): Stamp<IdObj<Thing>> => |
| 61 | stampNew(objNew<Thing>(), hlc); |
| 62 | |
| 63 | export const stampNewMap = <Thing>(hlc = EMPTY_STRING): StampMap<Thing> => [ |
| 64 | mapNew<Id, Thing>(), |
no test coverage detected
searching dependent graphs…