fix: Dependency cycles

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-03-01 19:37:34 +08:00
parent 553632e6ba
commit c10247e241
8 changed files with 23 additions and 14 deletions

View File

@ -1,3 +1,5 @@
import { NativePluginManager } from './native_plugin'
export namespace server {
/**
* Runtime ServerType

View File

@ -1,4 +1,4 @@
interface NativePluginManager {
export interface NativePluginManager {
load(name: string): boolean;
unload(name: string): boolean;
reload(name: string): boolean;