## Wrappers for standard I/O streams

`import { stdInput, stdOutput, stdError } from 'f-streams'`

-   `reader = stdInput(encoding)`
-   `writer = stdOutput(encoding)`
-   `writer = stdError(encoding)`
