Files
alfresco-ng2-components/react-app/node_modules/babel-runtime/helpers/class-call-check.js
Mario Romano 29df96a085 react app
2016-04-06 17:52:19 +01:00

9 lines
211 B
JavaScript

"use strict";
exports["default"] = function (instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
};
exports.__esModule = true;