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 dd75d0e commit ecb017aCopy full SHA for ecb017a
README.md
@@ -17,7 +17,7 @@
17
**Behemoth**
18
- **`.has(hash: Hash): Promise<boolean>`**
19
```ts
20
- await behemoth.has(hash)
+ const exists = await behemoth.has(hash)
21
```
22
- **`.require(hash: Hash): Promise<Blob>`**
23
0 commit comments