UNPKG

csf

Version:

Generator based flow control with context providing

14 lines (10 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var run = require("./run"); /* Apply any executable value */ exports.default = function (task, context, args) { return Reflect.apply(run, context || null, [task, args]); }; module.exports = exports["default"];