UNPKG

203 BTypeScriptView Raw
1export { InstallerOptions, getInstallerOptions } from './options';
2export { install, uninstall, patch, check } from './actions';
3export { getLiveModule } from './module';
4export * from './plugin-types';