wv-gotcha
Version:
 wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.
11 lines • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegisterWalkthrough = RegisterWalkthrough;
const Mcq_Walkthroughs_1 = require("../../Mcq_Walkthroughs");
function RegisterWalkthrough() {
return function (constructor) {
Mcq_Walkthroughs_1.Mcq_Walkthroughs.registerWalkthrough(new constructor());
return constructor;
};
}
//# sourceMappingURL=_RegisterWalkthrough.js.map