(id: string)
| 1015 | } |
| 1016 | |
| 1017 | export async function deactivatePlugin(id: string) { |
| 1018 | return deactivatePluginById(runtime, id, true) |
| 1019 | } |
| 1020 | |
| 1021 | export async function addPlugin(spec: string) { |
| 1022 | return addPluginBySpec(runtime, spec) |
nothing calls this directly
no test coverage detected