UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

5 lines 307 B
import { type GeneratorCallback, type Tree } from '@nx/devkit'; import type { GeneratorOptions } from './schema'; export declare function setupPrettierGenerator(tree: Tree, options: GeneratorOptions): Promise<GeneratorCallback>; export default setupPrettierGenerator; //# sourceMappingURL=generator.d.ts.map