@async-abstraction/tape

10.0.0 • Public • Published

📼 @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

Package Sidebar

Install

npm i @async-abstraction/tape

Weekly Downloads

24

Version

10.0.0

License

AGPL-3.0

Unpacked Size

614 kB

Total Files

14

Last publish

Collaborators

  • raskat
  • aureooms