EASYAIuniappNewUI/node_modules/@dcloudio/uni-cli-shared/dist/resolve.d.ts
2025-02-08 18:50:38 +08:00

9 lines
523 B
TypeScript

export declare function requireResolve(filename: string, basedir: string): string;
export declare function relativeFile(from: string, to: string): string;
export declare const resolveMainPathOnce: (inputDir: string) => string;
export declare function getBuiltInPaths(): string[];
export declare function resolveBuiltIn(module: string): string;
export declare function resolveVueI18nRuntime(): string;
export declare function resolveComponentsLibPath(): string;
export declare function resolveComponentsLibDirs(): string[];