ship-gis/node_modules/fork-ts-checker-webpack-plugin/lib/utils/path/forwardSlash.d.ts

7 lines
154 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
/**
* Replaces backslashes with one forward slash
* @param input
*/
declare function forwardSlash(input: string): string;
export default forwardSlash;