UNPKG

react-saasify-chrisvxd

Version:

React components for Saasify web clients.

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