UNPKG

@nx/remix

Version:

The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook. - Generators for applica

6 lines 271 B
import { Tree } from '@nx/devkit'; /** * Insert a statement after the last import statement in a file */ export declare function insertStatementAfterImports(tree: Tree, path: string, statement: string): void; //# sourceMappingURL=insert-statement-after-imports.d.ts.map