UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

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