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

3 lines 207 B
import { Tree } from '@nx/devkit'; export declare function insertStatementInDefaultFunction(tree: Tree, path: string, statement: any): void; //# sourceMappingURL=insert-statement-in-default-function.d.ts.map