summaryrefslogtreecommitdiff
path: root/node_modules/blake3-wasm/dist/node-native/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/blake3-wasm/dist/node-native/index.d.ts')
-rw-r--r--node_modules/blake3-wasm/dist/node-native/index.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/blake3-wasm/dist/node-native/index.d.ts b/node_modules/blake3-wasm/dist/node-native/index.d.ts
new file mode 100644
index 0000000..e37c80e
--- /dev/null
+++ b/node_modules/blake3-wasm/dist/node-native/index.d.ts
@@ -0,0 +1,5 @@
+export { HashInput } from '../node/hash-fn';
+export { hash, deriveKey, keyedHash } from './hash-fn';
+export * from '../node/hash-reader';
+export * from './hash-instance';
+export * from '../base/index';