Update auto-generated mts files (without structs)
[ldk-java] / ts / node / fs.d.ts
index af20d1393e0aec8814ce5232542ad7bfd061cf0c..76792ddd5376195453b0f15838f4731a139bb080 100755 (executable)
@@ -1,5 +1,5 @@
-// 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 PathOrFileDescriptor = PathLike | number;