UNPKG
@podium/test-utils
Version:
latest (3.0.22)
next (3.1.0-next.5)
3.1.0-next.5
3.1.0-next.4
3.1.0-next.3
3.1.0-next.2
3.1.0-next.1
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
2.0.0-next
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Misc common test utils for Podium
podium-lib.io
podium-lib/test-utils
@podium/test-utils
/
types
/
stream-utils
/
streams.d.ts
4 lines
(3 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
export
function
destinationObjectStream
(
done: (result: any[]) =>
void
): stream.
Writable
;
export
function
destinationBufferStream
(
done: (result: string) =>
void
): stream.
Writable
;
import
stream
from
'readable-stream'
;