UNPKG

houl

Version:

Full-contained static site workflow

6 lines (4 loc) 117 B
'use strict' module.exports = function createTask(rawTask, options) { return stream => rawTask(stream, options) }