UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

9 lines (6 loc) 101 B
var Task = function() { }; Task.prototype = { run: function(ionic) { } }; exports.Task = Task;