UNPKG

nx

Version:

Smart, Fast and Extensible Build System

7 lines (6 loc) 236 B
import type { Tree } from '../tree'; /** * Formats all the created or updated files using Prettier * @param tree - the file system tree */ export declare function formatChangedFilesWithPrettierIfAvailable(tree: Tree): Promise<void>;