[TS] Update auto-generated bindings to LDK-C-Bindings 0.0.123.1
[ldk-java] / ts / node / fs.d.ts
index af20d1393e0aec8814ce5232542ad7bfd061cf0c..95a17e0b89189f7daede93c640adb736fbd46f45 100755 (executable)
@@ -1,7 +1,7 @@
-// Minimal subset of the node 'fs' library that we depend on.
-// May be (c) Microsoft licensed under the MIT license, but API's are generally not copyrightable per recent precedent.
+// Minimal part of the Node fs API which we depend on.
+// May be (c) Microsoft licensed under the MIT license, however API's are not generally copyrightable per recent precedent.
 declare module 'fs' {
-    export type PathLike = string | Buffer | URL;
+    export type PathLike = string | URL;
     export type PathOrFileDescriptor = PathLike | number;
     export function readFileSync(
         path: PathOrFileDescriptor,