@polywrap/os-js
Advanced tools
+1
-1
@@ -5,2 +5,2 @@ /// <reference types="node" /> | ||
| export declare function normalizeLineEndings(data: string, eol?: string): string; | ||
| export declare function normalizePath(data: string, seperator?: string): string; | ||
| export declare function normalizePath(data: string, separator?: string): string; |
+3
-3
@@ -21,7 +21,7 @@ "use strict"; | ||
| exports.normalizeLineEndings = normalizeLineEndings; | ||
| function normalizePath(data, seperator) { | ||
| if (seperator === void 0) { seperator = "/"; } | ||
| return data.replace(/\\|\//g, seperator); | ||
| function normalizePath(data, separator) { | ||
| if (separator === void 0) { separator = "/"; } | ||
| return data.replace(/\\|\//g, separator); | ||
| } | ||
| exports.normalizePath = normalizePath; | ||
| //# sourceMappingURL=file.js.map |
+2
-2
| { | ||
| "name": "@polywrap/os-js", | ||
| "description": "Polywrap Javascript OS Utilities", | ||
| "version": "0.0.1-prealpha.89", | ||
| "version": "0.0.1-prealpha.90", | ||
| "license": "MIT", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
| }, | ||
| "gitHead": "26f0e513b94565f36c02acfd4cd5fb1b842413cb", | ||
| "gitHead": "835cfa1d13cf7f0d3fb5796112d82acd466c7bbb", | ||
| "publishConfig": { | ||
@@ -26,0 +26,0 @@ "access": "public" |