| 6 | } |
| 7 | |
| 8 | export interface LazyPluginLoad { |
| 9 | name: string |
| 10 | importer: () => Promise<unknown> |
| 11 | } |
| 12 | |
| 13 | export type PluginLoad = LazyPluginLoad | Plugin<any> |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…