UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

9 lines (6 loc) 181 B
'use strict'; var isSymbol = require('./is-symbol'); module.exports = function (value) { if (!isSymbol(value)) throw new TypeError(value + " is not a symbol"); return value; };