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 (4 loc) 268 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;