fp-ts-node
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -19,3 +19,4 @@ /// <reference types="node" /> | ||
*/ | ||
appendFile, | ||
access, } from "./fs/path"; | ||
export { | ||
/** | ||
@@ -25,3 +26,3 @@ * @category Constructors | ||
*/ | ||
access, } from "./fs/path"; | ||
appendFile, } from "./fs/_internal"; | ||
/** | ||
@@ -28,0 +29,0 @@ * Asynchronous chmod(2) - Change permissions of a file. |
@@ -22,3 +22,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.readFile = exports.close = exports.chown = exports.chmod = exports.access = exports.appendFile = exports.mkdir = exports.copyFile = void 0; | ||
exports.readFile = exports.close = exports.chown = exports.chmod = exports.appendFile = exports.access = exports.mkdir = exports.copyFile = void 0; | ||
/** | ||
@@ -44,3 +44,4 @@ * @since 2.0.0 | ||
*/ | ||
Object.defineProperty(exports, "appendFile", { enumerable: true, get: function () { return path_1.appendFile; } }); | ||
Object.defineProperty(exports, "access", { enumerable: true, get: function () { return path_1.access; } }); | ||
var _internal_1 = require("./fs/_internal"); | ||
/** | ||
@@ -50,3 +51,3 @@ * @category Constructors | ||
*/ | ||
Object.defineProperty(exports, "access", { enumerable: true, get: function () { return path_1.access; } }); | ||
Object.defineProperty(exports, "appendFile", { enumerable: true, get: function () { return _internal_1.appendFile; } }); | ||
/** | ||
@@ -53,0 +54,0 @@ * Asynchronous chmod(2) - Change permissions of a file. |
@@ -19,3 +19,4 @@ /// <reference types="node" /> | ||
*/ | ||
appendFile, | ||
access, } from "./fs/path"; | ||
export { | ||
/** | ||
@@ -25,3 +26,3 @@ * @category Constructors | ||
*/ | ||
access, } from "./fs/path"; | ||
appendFile, } from "./fs/_internal"; | ||
/** | ||
@@ -28,0 +29,0 @@ * Asynchronous chmod(2) - Change permissions of a file. |
@@ -21,3 +21,4 @@ /** | ||
*/ | ||
appendFile, | ||
access, } from "./fs/path"; | ||
export { | ||
/** | ||
@@ -27,3 +28,3 @@ * @category Constructors | ||
*/ | ||
access, } from "./fs/path"; | ||
appendFile, } from "./fs/_internal"; | ||
/** | ||
@@ -30,0 +31,0 @@ * Asynchronous chmod(2) - Change permissions of a file. |
{ | ||
"name": "fp-ts-node", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49064
968