@async-abstraction/tape

Tape library for JavaScript

Usage no npm install needed!

<script type="module">
  import asyncAbstractionTape from 'https://cdn.skypack.dev/@async-abstraction/tape';
</script>

README

:vhs: @async-abstraction/tape

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

:warning: 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