UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

7 lines (5 loc) 159 B
'use strict'; module.exports = function symbol(name) { let id = `EMBER_CLI${Math.floor(Math.random() * new Date())}`; return `__${name}__ [id=${id}]`; };