Skip to content

async-abstraction/tape

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2025
Aug 1, 2021
Dec 10, 2021
Feb 26, 2024
Feb 26, 2024
Aug 1, 2021
Aug 1, 2021
Aug 1, 2021
Feb 26, 2024
Aug 1, 2021
Dec 25, 2017
Feb 26, 2024
May 7, 2025
Aug 1, 2021
Aug 1, 2021
May 7, 2025

Repository files navigation

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