(type: string, version: number)
| 92 | } |
| 93 | |
| 94 | export function versionedType(type: string, version: number) { |
| 95 | return `${type}.${version}` |
| 96 | } |
| 97 | |
| 98 | export function durable<const Definitions extends ReadonlyArray<Definition>>(definitions: Definitions) { |
| 99 | return readonlyMap( |
no outgoing calls
no test coverage detected