UNPKG

nx

Version:

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

8 lines 182 B
/** * This loads dotenv files from: * - .env * - .local.env * - .env.local */ export declare function loadRootEnvFiles(root?: string): void; //# sourceMappingURL=dotenv.d.ts.map