UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

5 lines (4 loc) 154 B
import { Rule } from '@angular-devkit/schematics'; export declare function formatFiles(options?: { skipFormat: boolean; }, directory?: string): Rule;