* The bytes of the response
(options?: ImageTransformationOutputOptions)
| 6608 | * The bytes of the response |
| 6609 | */ |
| 6610 | image(options?: ImageTransformationOutputOptions): ReadableStream<Uint8Array>; |
| 6611 | } |
| 6612 | interface ImagesError extends Error { |
| 6613 | readonly code: number; |
nothing calls this directly
no outgoing calls
no test coverage detected