feat: define config save & load

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-10-02 18:53:31 +08:00
parent c7079dd82e
commit e38666f12d
2 changed files with 42 additions and 15 deletions

View File

@ -6,6 +6,8 @@ export * from './manager'
export * from './decorators'
export * from './interfaces'
export { PluginConfig } from './config'
export {
plugin as JSPlugin,
cmd as Cmd,