root.js 134 B

1234567
  1. module.exports = root
  2. var flow = require('../util/container-flow')
  3. function root(node, _, context) {
  4. return flow(node, context)
  5. }