(input: Iterable<unknown>)
| 130 | } |
| 131 | |
| 132 | function bytes(input: Iterable<unknown>) { |
| 133 | return Stream.fromIterable([...input].map(line)).pipe(Stream.encodeText) |
| 134 | } |
| 135 | |
| 136 | function responseCreated(model: string) { |
| 137 | return { |
no outgoing calls
no test coverage detected