Skip to content

Commit

Permalink
chore(typings): remove private method
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 10, 2018
1 parent aaf2ba0 commit 59c2772
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -999,17 +999,6 @@ declare module 'egg' {
getHomedir(): EggAppInfo['HOME']

getAppInfo(): EggAppInfo;

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

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

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

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

/**
Expand Down

0 comments on commit 59c2772

Please sign in to comment.