fp-ts-node
Advanced tools
Comparing version 4.1.0 to 4.2.0
export * as path from "./path"; | ||
export * as fileDescriptor from "./file-descriptor"; |
@@ -22,3 +22,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.path = void 0; | ||
exports.fileDescriptor = exports.path = void 0; | ||
exports.path = __importStar(require("./path")); | ||
exports.fileDescriptor = __importStar(require("./file-descriptor")); |
export * as path from "./path"; | ||
export * as fileDescriptor from "./file-descriptor"; |
import * as path_1 from "./path"; | ||
export { path_1 as path }; | ||
import * as fileDescriptor_1 from "./file-descriptor"; | ||
export { fileDescriptor_1 as fileDescriptor }; |
{ | ||
"name": "fp-ts-node", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist" |
48912
30
964