Switch to .mts files and build typescript bindings in genbindings.sh
[ldk-java] / ts / node / index.d.ts
diff --git a/ts/node/index.d.ts b/ts/node/index.d.ts
new file mode 100755 (executable)
index 0000000..516375f
--- /dev/null
@@ -0,0 +1,3 @@
+// 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.
+/// <reference path="fs.d.ts" />