tunnckoCore/koa-bel

View on GitHub
views/nested-cwd/templates/foo.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

var fs = require('fs')
var path = require('path')

module.exports = function streaming (state) {
  var fp = path.join(__dirname, 'index.html')
  return fs.createReadStream(fp)
}