xshell 1.0.39 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/path.d.ts +1 -0
- package/path.js +1 -0
package/index.d.ts
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
package/path.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ export declare function format(pathObject: FormatInputPathObject): string;
|
|
|
69
69
|
export declare function toNamespacedPath(path: string): any;
|
|
70
70
|
export declare const posix: npath.PlatformPath;
|
|
71
71
|
export declare const win32: npath.PlatformPath;
|
|
72
|
+
/** 统一使用 / 作为分隔符的 path 模块 */
|
|
72
73
|
export declare let path: {
|
|
73
74
|
to_fp: typeof to_fp;
|
|
74
75
|
normalize: typeof normalize;
|