UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

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; };