UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

5 lines 232 B
module.exports = function(it, Constructor, name, forbiddenField){ if(!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)){ throw TypeError(name + ': incorrect invocation!'); } return it; };