Files
feedstr.live/node_modules/fork-ts-checker-webpack-plugin/lib/utils/path/forwardSlash.d.ts
T
2023-11-25 18:12:47 -05:00

7 lines
154 B
TypeScript

/**
* Replaces backslashes with one forward slash
* @param input
*/
declare function forwardSlash(input: string): string;
export default forwardSlash;