* Prepare the content in the asked type. * @param type the type of the result. * @param onUpdate a function to call on each internal update. * @return Promise the promise of the result.
(type: T, onUpdate?: OnUpdateCallback)
| 94 | * @return Promise the promise of the result. |
| 95 | */ |
| 96 | async<T extends OutputType>(type: T, onUpdate?: OnUpdateCallback): Promise<OutputByType[T]>; |
| 97 | nodeStream(type?: 'nodebuffer', onUpdate?: OnUpdateCallback): NodeJS.ReadableStream; |
| 98 | } |
| 99 |
no outgoing calls
no test coverage detected