We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e780c0 commit 16a17f3Copy full SHA for 16a17f3
README.md
@@ -9,6 +9,8 @@
9
10
A [Hash Mapped Trie](https://en.wikipedia.org/wiki/Hash_array_mapped_trie) implementation for JavaScript.
11
12
+This is used by [@helia/unixfs](https://www.npmjs.com/package/@helia/unixfs) for it's HAMT-sharded directory implementation.
13
+
14
## Example
15
16
```TypeScript
src/index.ts
@@ -3,6 +3,8 @@
3
*
4
* A [Hash Mapped Trie](https://en.wikipedia.org/wiki/Hash_array_mapped_trie) implementation for JavaScript.
5
6
+ * This is used by [@helia/unixfs](https://www.npmjs.com/package/@helia/unixfs) for it's HAMT-sharded directory implementation.
7
+ *
8
* @example
* ```TypeScript
0 commit comments