UNPKG

schematics-utilities

Version:

🛠️ Useful exported utilities for working with Schematics

3 lines (2 loc) 110 B
import { Rule } from '@angular-devkit/schematics'; export declare function applyLintFix(path?: string): Rule;