A package that allows you to test other packages that use readable and or writeable streams. Provides typings for typescript.
npm install mock-streamsA package that allows you to test other packages that use readable and or writeable
streams. Provides typings for typescript.
``bash`
npm i -D mock-streams # mock-streams NOT mock-stream
`typescript
import { MockReadableStream, MockWriteableStream } from "mock-streams";
const input = new MockReadableStream();
const output = new MockWriteableStream();
`
`bash``
npm i
npm run build