async-abstraction / tape

:vhs: Tape library for JavaScript

Home Page:https://async-abstraction.github.io/tape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:vhs: Tape library for JavaScript

https://async-abstraction.github.io/tape

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 95.3%Language:Shell 4.7%