Skip to content

Commit

Permalink
chore(typings): comment private method of EggLoader out
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 9, 2018
1 parent 6980480 commit 00f5624
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -985,20 +985,20 @@ declare module 'egg' {

constructor(options: EggLoaderOptions);

private getServerEnv(): string; // not exists EggAppInfo['env']

private getServerScope(): EggAppInfo['scope'];

private getAppname(): EggAppInfo['name'];

getHomedir(): EggAppInfo['HOME']

getAppInfo(): EggAppInfo;

/**
* @return {Array} framework directories
*/
private getEggPaths(): string[];
// private getEggPaths(): string[];

// private getServerEnv(): string; // not exists EggAppInfo['env']

// private getServerScope(): EggAppInfo['scope'];

// private getAppname(): EggAppInfo['name'];
}

/**
Expand Down

0 comments on commit 00f5624

Please sign in to comment.