config.d.ts 509 B

1234567891011121314151617181920
  1. export declare const tmpDir: string;
  2. export declare const eggInfoPath: string;
  3. export declare const dtsCommentRE: RegExp;
  4. export declare const dtsComment: string;
  5. export declare const declMapping: {
  6. service: string;
  7. controller: string;
  8. ctx: string;
  9. context: string;
  10. app: string;
  11. application: string;
  12. agent: string;
  13. request: string;
  14. response: string;
  15. helper: string;
  16. middleware: string;
  17. config: string;
  18. plugin: string;
  19. };
  20. //# sourceMappingURL=config.d.ts.map