UNPKG

vite-plugin-layouts

Version:
5 lines 330 B
export declare function extensionsToGlob(extensions: string[]): string; export declare function normalizePath(str: string): string; export declare const debug: Debug.Debugger; export declare function pathToName(filepath: string): string; export declare function resolveDirs(dirs: string | string[] | null, root: string): string[];