Skip to content

Commit 77e1360

Browse files
committed
Remove index requirement from opts
1 parent dd24bc2 commit 77e1360

File tree

2 files changed

+490
-486
lines changed

2 files changed

+490
-486
lines changed

src/indexFile.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import VirtualOffset from './virtualOffset'
33
import Chunk from './chunk'
44

55
export interface Options {
6-
// support having some unknown parts of the options
7-
[key: string]: unknown
86
signal?: AbortSignal
97
}
108

0 commit comments

Comments
 (0)