UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

7 lines 290 B
import type { Rule } from '@angular-devkit/schematics'; /** * Update VsCode recommendations for the current project * @param recommendations list of recommendations */ export declare const addVsCodeRecommendations: (recommendations: string[]) => Rule; //# sourceMappingURL=index.d.ts.map