@aureooms/js-tape

Tape library for JavaScript


Keywords
parsing, read, stream, tape, unread, agpl, asynchronous, javascript, skip
License
AGPL-3.0
Install
npm install @aureooms/js-tape@7.0.0

Documentation

📼 @async-abstraction/tape

Tape library for JavaScript. Served with asynchronous goodness. See docs.

⚠️ Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import { fromReadStream } from '@async-abstraction/tape' ;
const stdin = fs.createReadStream( '/dev/stdin' , { encoding : 'utf8'} ) ;
const tape = fromReadStream( stdin ) ;
for await ( const character of tape ) ... ;

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size