You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
515 B
9 lines
515 B
6 months ago
|
export declare const ENTRY_FILENAME = "index.uts";
|
||
|
export declare function parseImports(code: string): Promise<string>;
|
||
|
export declare function uvueOutDir(): string;
|
||
|
export declare function genClassName(fileName: string, prefix?: string): string;
|
||
|
export declare function isVue(filename: string): boolean;
|
||
|
export declare function stringifyMap(obj: unknown): string;
|
||
|
export declare function parseUTSRelativeFilename(filename: string): string;
|
||
|
export declare function parseUTSImportFilename(filename: string): string;
|