UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

9 lines (6 loc) 169 B
'use strict'; var isError = require('./is-error'); module.exports = function (x) { if (!isError(x)) throw new TypeError(x + " is not an Error object"); return x; };