2021-03-01 15:06:11 +08:00

6 lines
170 B
TypeScript

export declare const inBrowser: boolean;
/**
* Converts a url path to the corresponding js chunk filename.
*/
export declare function pathToFile(path: string): string;