'use strict'; module.exports = function (modular) { return { run : function () { return 1; } }; };