更新
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
declare function splitPath(
|
||||
path: string
|
||||
): {
|
||||
dir: string;
|
||||
name: string;
|
||||
ext: string;
|
||||
};
|
||||
|
||||
export = splitPath;
|
||||
Reference in New Issue
Block a user