UNPKG

604 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3// This file is the entry point for when this package is run as a CLI. Though
4// this file is not executable, the above "shebang" line is necessary as an
5// indicator to npm that this file is a Node.js script, not a shell script e.g.
6Object.defineProperty(exports, "__esModule", { value: true });
7const alwayscli_1 = require("@alwaysai/alwayscli");
8const enhancer_1 = require("./enhancer");
9const root_1 = require("./root");
10if (module === require.main) {
11 alwayscli_1.runCliAndExit(root_1.root, { enhancer: enhancer_1.enhancer });
12}
13//# sourceMappingURL=index.js.map
\No newline at end of file