UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

3 lines (2 loc) 152 B
import { existsSync } from 'node:fs'; export declare function findFile(path: string, extensions: string[], existsSyncImpl?: typeof existsSync): string;