yahoi
Version:
Yet Another Highly Opinionated Isomorphic Framework
13 lines (9 loc) • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var Responder = function Responder() {
_classCallCheck(this, Responder);
};
exports.default = Responder;