@nx/vite
Version:
8 lines • 459 B
TypeScript
import { Tree } from '@nx/devkit';
import { VitestGeneratorSchema } from './schema';
/**
* @deprecated Use `@nx/vitest:configuration` instead. This generator will be removed in Nx 23.
*/
export declare function vitestGenerator(tree: Tree, schema: VitestGeneratorSchema, hasPlugin?: boolean, suppressDeprecationWarning?: boolean): Promise<import("@nx/devkit").GeneratorCallback>;
export default vitestGenerator;
//# sourceMappingURL=vitest-generator.d.ts.map