添加 路径转换类型 SupportPathFormat 及测试相关代码
This commit is contained in:
6
src/core/path-convert/conversion.ts
Normal file
6
src/core/path-convert/conversion.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { SupportPathFormat } from "./types/SupportPathFormatType";
|
||||
|
||||
|
||||
export function pathConversion(SupportPathFormat: SupportPathFormat, input: string) {
|
||||
// TODO
|
||||
}
|
Reference in New Issue
Block a user