UNPKG

@midwayjs/web

Version:

Midway Web Framework for Egg.js

8 lines 428 B
export declare const parseNormalDir: (baseDir: string, isTypescript?: boolean) => { baseDir: string; appDir: string; }; export declare const findLernaRoot: (findRoot?: string) => string; export declare const getCurrentDateString: (timestamp?: number) => string; export declare function initializeAgentApplicationContext(agent: any): Promise<import("@midwayjs/core").IMidwayContainer>; //# sourceMappingURL=utils.d.ts.map