We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd24bc2 commit 77e1360Copy full SHA for 77e1360
src/indexFile.ts
@@ -3,8 +3,6 @@ import VirtualOffset from './virtualOffset'
3
import Chunk from './chunk'
4
5
export interface Options {
6
- // support having some unknown parts of the options
7
- [key: string]: unknown
8
signal?: AbortSignal
9
}
10
0 commit comments