UNPKG

@leonardowlopes/bx-cli

Version:

A CLI tool used to configure projects for the Buildbox company.

8 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EFunction = void 0; var EFunction; (function (EFunction) { EFunction["GENERATE_NVMRC"] = "generate-nvmrc"; })(EFunction || (exports.EFunction = EFunction = {})); //# sourceMappingURL=functions.js.map