(spec: string, options?: { global?: boolean })
| 1023 | } |
| 1024 | |
| 1025 | export async function installPlugin(spec: string, options?: { global?: boolean }) { |
| 1026 | return installPluginBySpec(runtime, spec, options?.global) |
| 1027 | } |
| 1028 | |
| 1029 | export async function dispose() { |
| 1030 | const task = loaded |
nothing calls this directly
no test coverage detected