UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

4 lines (3 loc) 213 B
import { type Tree } from '@nx/devkit'; export declare function isCiFile(filePath: string): boolean; export declare function visitCiFiles(tree: Tree, callback: (filePath: string, contents: string) => void): void;