feat: update plugins

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-01-16 17:27:24 +08:00
parent 54d12749dc
commit e442da5b3b
2 changed files with 11 additions and 10 deletions

View File

@ -17,6 +17,7 @@ declare global {
function engineLoad(str: string): any;
interface Core {
getClass(name: String): any;
getProxyClass(): any;
getInstance(): any;
read(path: string): string;
save(path: string, content: string): void;