UNPKG

@roeeyn/challenge-generator

Version:

Fetches a code challenge from the backend, and creates the necessary files to run locally.

10 lines (9 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.index = void 0; const cli_1 = require("./cli"); const index = () => { (0, cli_1.cli)(); }; exports.index = index; (0, exports.index)();