1.0.0 • Published 6 years ago

the-stream-mixins v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

the-stream-mixins

Build Status npm Version JS Standard

Mixins for stream

Installation

$ npm install the-stream-mixins --save

Usage

'use strict'

const {TheStream} = require('the-stream-base')
const {withDebug} = require('the-stream-mixins')

async function tryExample () {
  class MyStream extends withDebug(TheStream) {
    /* ... */
  }
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links