UNPKG

ember-legacy-class-transform

Version:
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}]`; };