Geek-Research-Lab/MeowJS

View on GitHub
MeowStream.js

Summary

Maintainability
A
0 mins
Test Coverage
var MeowStream = function(Meow_Src) {
    module.exports = MeowStream;
    var Meow_Power = this;
    Meow_Power.source = Meow_Src;
};

// TODO (reading-list): https://streams.spec.whatwg.org/