UNPKG
@motorcycle/test
Version:
latest (3.0.0)
3.0.0
2.1.0
2.0.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Testing functions for Motorcycle.ts
github.com/motorcyclets/motorcycle
motorcyclets/motorcycle
@motorcycle/test
/
lib.es2015
/
run
/
sinks
/
createDisposableSinks.d.ts
3 lines
(2 loc)
•
189 B
TypeScript
View Raw
1
2
3
import
{
Stream
}
from
'@motorcycle/types'
;
export
declare
function
createDisposableSinks<
Sinks
extends
Readonly
<
Record
<
string
,
Stream
<
any
>>>>(
sinks
:
Sinks
,
endSignal
:
Stream
<
any
>):
Sinks
;