UNPKG

@winter-love/vite-plugin-monorepo-alias

Version:

vite monorepo alias plugin

9 lines (8 loc) 405 B
export declare const createDedupSeparatorRegExp: (pathSeparator?: string) => RegExp; export declare const createDedupSeparator: (pathSeparator?: string, max?: number) => (path: string, replaceValue?: string) => string; /** * 좌우와 가운데 '/' 패스도 변경 합니다 * @param path * @param replaceValue */ export declare const dedupSeparator: (path: string, replaceValue?: string) => string;