Skip to content

Commit 7902811

Browse files
committed
doc: optional peer dependency
1 parent bc0cc25 commit 7902811

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ Same as `windows1252toString = createSinglebyteDecoder('windows-1252')`.
161161

162162
### `@exodus/bytes/base58check.js`
163163

164+
On non-Node.js, requires peer dependency [@exodus/crypto](https://www.npmjs.com/package/@exodus/crypto) to be installed.
165+
164166
##### `async toBase58check(arr)`
165167
##### `toBase58checkSync(arr)`
166168
##### `async fromBase58check(str, format = 'uint8')`

0 commit comments

Comments
 (0)