@aureooms/js-tape

Tape library for JavaScript

Usage no npm install needed!

<script type="module">
  import aureoomsJsTape from 'https://cdn.skypack.dev/@aureooms/js-tape';
</script>

README

@aureooms/js-tape

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

:warning: The code needs a ES2015+ polyfill to work (regeneratorRuntime), for instance @babel/polyfill.

const stdin = fs.createReadStream( '/dev/stdin' , { encoding : 'utf8'} ) ;
const myTape = tape.fromReadStream( stdin ) ;
for await ( const character of myTape ) ... ;

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code coverage (clim) Code technical debt Documentation