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 5f13395 commit bdc4bb3Copy full SHA for bdc4bb3
1 file changed
index.d.ts
@@ -1046,20 +1046,20 @@ declare module 'egg' {
1046
1047
constructor(options: EggLoaderOptions);
1048
1049
- private getServerEnv(): string; // not exists EggAppInfo['env']
1050
-
1051
- private getServerScope(): EggAppInfo['scope'];
1052
1053
- private getAppname(): EggAppInfo['name'];
1054
1055
getHomedir(): EggAppInfo['HOME']
1056
1057
getAppInfo(): EggAppInfo;
1058
1059
/**
1060
* @return {Array} framework directories
1061
*/
1062
- private getEggPaths(): string[];
+ // private getEggPaths(): string[];
+
+ // private getServerEnv(): string; // not exists EggAppInfo['env']
+ // private getServerScope(): EggAppInfo['scope'];
+ // private getAppname(): EggAppInfo['name'];
1063
}
1064
1065
0 commit comments