mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 01:47:20 +08:00
6 lines
170 B
TypeScript
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;
|