[TS] Clean up wasm environment exports
[ldk-java] / ts / node / index.d.ts
index 516375fd9ebccbc6976695c1ecdcf562c27f04c8..3f2f5c77a7b380e185619994573de24db3b53dac 100755 (executable)
@@ -1,3 +1,4 @@
-// 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 API which we depend on.
+// May be (c) Microsoft licensed under the MIT license, however API's are not generally copyrightable per recent precedent.
+/// <reference path="crypto.d.ts" />
 /// <reference path="fs.d.ts" />