(...definitions: Definitions)
| 70 | } |
| 71 | |
| 72 | export function inventory<const Definitions extends ReadonlyArray<Definition>>(...definitions: Definitions) { |
| 73 | return Object.freeze(definitions) |
| 74 | } |
| 75 | |
| 76 | export function latest(definitions: ReadonlyArray<Definition>) { |
| 77 | return readonlyMap( |
no outgoing calls
no test coverage detected