@roeeyn/challenge-generator
Version:
Fetches a code challenge from the backend, and creates the necessary files to run locally.
9 lines (8 loc) • 420 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./answerChoice.models"), exports);
tslib_1.__exportStar(require("./api.models"), exports);
tslib_1.__exportStar(require("./cliOptions.models"), exports);
tslib_1.__exportStar(require("./consoleMessage.models"), exports);
tslib_1.__exportStar(require("./files.models"), exports);
;