* Runs this loader, returning the path to the generated output file relative * to the source root; this is typically within the .observablehq/cache folder * within the source root.
(options?: LoadOptions, effects?: LoadEffects)
| 360 | * within the source root. |
| 361 | */ |
| 362 | load(options?: LoadOptions, effects?: LoadEffects): Promise<string>; |
| 363 | } |
| 364 | |
| 365 | /** Used by LoaderResolver.find to represent a static file resolution. */ |
no outgoing calls
no test coverage detected