UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

9 lines (8 loc) 274 B
import { PrescanModel } from './prescan'; /** * This module allows for plugins to register themselves to be * preloaded at startup, rather than in response to a user command * */ declare const _default: (prescan: PrescanModel) => Promise<void>; export default _default;