UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

10 lines (9 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.makeCommandModule = makeCommandModule; /** * Helper function to define a Yargs CommandModule with proper typing and not sacrifice inference. */ function makeCommandModule(module) { return module; }