Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 208 Bytes

std.md

File metadata and controls

7 lines (5 loc) · 208 Bytes

EZ wrappers for standard I/O streams

import * as ez from 'ez-streams'

  • reader = ez.devices.std.in(encoding)
  • writer = ez.devices.std.out(encoding)
  • writer = ez.devices.std.err(encoding)