We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6980480 commit 00f5624Copy full SHA for 00f5624
1 file changed
index.d.ts
@@ -985,20 +985,20 @@ declare module 'egg' {
985
986
constructor(options: EggLoaderOptions);
987
988
- private getServerEnv(): string; // not exists EggAppInfo['env']
989
-
990
- private getServerScope(): EggAppInfo['scope'];
991
992
- private getAppname(): EggAppInfo['name'];
993
994
getHomedir(): EggAppInfo['HOME']
995
996
getAppInfo(): EggAppInfo;
997
998
/**
999
* @return {Array} framework directories
1000
*/
1001
- private getEggPaths(): string[];
+ // private getEggPaths(): string[];
+
+ // private getServerEnv(): string; // not exists EggAppInfo['env']
+ // private getServerScope(): EggAppInfo['scope'];
+ // private getAppname(): EggAppInfo['name'];
1002
}
1003
1004
0 commit comments