Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 289 Bytes

uturn.md

File metadata and controls

8 lines (6 loc) · 289 Bytes

Special device that transforms a writer into a reader

import * as ez from 'ez-streams'

  • uturn = ez.devices.uturn.create()
    creates a uturn device.
    The device has two properties: a uturn.writer to which you can write,
    and a uturn.reader from which you can read.