amis-rpc-design/node_modules/fork-ts-checker-webpack-plugin/lib/utils/path/forward-slash.d.ts

7 lines
150 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
/**
* Replaces backslashes with one forward slash
* @param input
*/
declare function forwardSlash(input: string): string;
export { forwardSlash };