UNPKG

grunto

Version:
12 lines (9 loc) 199 B
'use strict'; module.exports = function (grunt) { grunt.task.registerMultiTask('grunto$task', function () { var options = this.options({ $$run: null }); options.$$run.call(this); }); };