UNPKG

fork-ts-checker-webpack-plugin

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