* Programmatically resolve, load and transform a URL and get the result * without going through the http request pipeline.
(
url: string,
options?: TransformOptions,
)
| 356 | * without going through the http request pipeline. |
| 357 | */ |
| 358 | transformRequest( |
| 359 | url: string, |
| 360 | options?: TransformOptions, |
| 361 | ): Promise<TransformResult | null> |
no outgoing calls
no test coverage detected