Skip to content

Commit b59f415

Browse files
committed
Remove unused NextCallback type
Category: none
1 parent 9eeb291 commit b59f415

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

types/abstract-iterator.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,3 @@ export interface AbstractSeekOptions<K> {
239239
*/
240240
keyEncoding?: string | Transcoder.PartialEncoder<K> | undefined
241241
}
242-
243-
declare type NextCallback<K, V> =
244-
(err: Error | undefined | null, key?: K | undefined, value?: V | undefined) => void

0 commit comments

Comments
 (0)