UNPKG

@knightly/vitepress

Version:

Vite & Vue powered static site generator

12 lines (11 loc) 376 B
import { inBrowser } from '../shared'; export { inBrowser }; /** * Join two paths by resolving the slash collision. */ export declare function joinPath(base: string, path: string): string; export declare function withBase(path: string): string; /** * Converts a url path to the corresponding js chunk filename. */ export declare function pathToFile(path: string): string;