UNPKG

154 BTypeScriptView Raw
1import { Rule } from '@angular-devkit/schematics';
2export declare function formatFiles(options?: {
3 skipFormat: boolean;
4}, directory?: string): Rule;