Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
geolinker-common
Commits
0cb5fdf2
Commit
0cb5fdf2
authored
Oct 10, 2019
by
tobinski
Browse files
update signature
parent
0abfa177
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream/stream-filter-transformer.ts
View file @
0cb5fdf2
...
...
@@ -4,7 +4,7 @@ import {Transform, TransformOptions} from 'stream';
* Options interface
*/
export
interface
IStreamFilterOptions
extends
TransformOptions
{
filter
:
(
chunk
:
any
,
encode
:
string
)
=>
[
null
|
string
,
any
];
filter
:
(
chunk
:
any
,
encode
:
string
)
=>
[
null
|
string
,
any
]
|
[
null
]
;
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment