Skip to content

Commit 97bd8c7

Browse files
patrickwoodheadrvagg
authored andcommitted
JSDoc typeof fix
1 parent e373209 commit 97bd8c7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/traverse.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
import { CID } from './index.js'
2-
import { Block } from './block.js'
31
import { base58btc } from 'multiformats/bases/base58'
42

3+
/**
4+
* @typedef {import('./cid.js').CID} CID
5+
*/
6+
7+
/**
8+
* @template T
9+
* @typedef {import('./block.js').Block<T>} Block
10+
*/
11+
512
/**
613
* @template T
714
* @param {Object} options

0 commit comments

Comments
 (0)