UNPKG

ares-ide

Version:

A browser-based code editor and UI designer for Enyo 2 projects

9 lines (8 loc) 217 B
module.exports = { uri: function(options) { return options.host + ':' + options.port + '/' + options.path.replace(/[\/\s]/g, ''); }, fn: function(fn) { return fn || function() {}; } };