UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

7 lines (6 loc) 150 B
/** * Replaces backslashes with one forward slash * @param input */ declare function forwardSlash(input: string): string; export { forwardSlash };