UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

9 lines (7 loc) 186 B
var through = require('through2'); var readonly = require('../'); module.exports = function () { var stream = through(); stream.end('wooooo\n'); return readonly(stream); };