UNPKG

@ethan-jones-vizio/sveld

Version:

Generate TypeScript definitions for your Svelte components.

7 lines (6 loc) 209 B
/** * Normalize directory separators to always use `/`. * @param filePath A file path. * @returns Path with normalized separators. */ export declare function normalizeSeparators(filePath: string): string;