File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export interface CastingContext {
17
17
readonly index : number ;
18
18
readonly records : number ;
19
19
}
20
- export interface Options {
20
+ export interface Options extends stream . TransformOptions {
21
21
/**
22
22
* Prepend the byte order mark (BOM) to the output stream.
23
23
*/
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export interface CastingContext {
17
17
readonly index : number ;
18
18
readonly records : number ;
19
19
}
20
- export interface Options {
20
+ export interface Options extends stream . TransformOptions {
21
21
/**
22
22
* Prepend the byte order mark (BOM) to the output stream.
23
23
*/
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export interface CastingContext {
17
17
readonly index : number ;
18
18
readonly records : number ;
19
19
}
20
- export interface Options {
20
+ export interface Options extends stream . TransformOptions {
21
21
/**
22
22
* Prepend the byte order mark (BOM) to the output stream.
23
23
*/
You can’t perform that action at this time.
0 commit comments