UNPKG

@podium/test-utils

Version:

Misc common test utils for Podium

4 lines (3 loc) 217 B
export function destinationObjectStream(done: (result: any[]) => void): stream.Writable; export function destinationBufferStream(done: (result: string) => void): stream.Writable; import stream from 'readable-stream';