UNPKG

@neosjs/vitepress-theme

Version:

NeosJS VitePress theme

5 lines (4 loc) 280 B
export declare function throttleAndDebounce(fn: () => void, delay: number): () => void; export declare function ensureStartingSlash(path: string): string; export declare function normalizeLink(url: string): string; export declare function pathToFile(path: string): string | null;