UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

10 lines (8 loc) 203 B
'use strict'; module.exports = function (args) { var id, i, length = args.length; if (!length) return '\u0002'; id = String(args[i = 0]); while (--length) id += '\u0001' + args[++i]; return id; };