(runtime: string, Type: string)
| 13 | |
| 14 | /** @internal */ |
| 15 | export function makeCode(runtime: string, Type: string): SchemaRepresentation.Code { |
| 16 | return { runtime, Type } |
| 17 | } |
| 18 | |
| 19 | function renderEmittableAnnotation(input: unknown): string | undefined { |
| 20 | if ( |
no outgoing calls
no test coverage detected