egg-ts-helper
Version:
egg typescript helper
20 lines (19 loc) • 473 B
TypeScript
export declare const tmpDir: string;
export declare const eggInfoPath: string;
export declare const dtsCommentRE: RegExp;
export declare const dtsComment: string;
export declare const declMapping: {
service: string;
controller: string;
ctx: string;
context: string;
app: string;
application: string;
agent: string;
request: string;
response: string;
helper: string;
middleware: string;
config: string;
plugin: string;
};