UNPKG

@o3r/core

Version:
9 lines 316 B
import type { Rule } from '@angular-devkit/schematics'; /** * Rule to update the configuration declaration * As configuration cannot be legacy anymore, * we remove the parametrized type of the interface * @param tree */ export declare const updateConfiguration: Rule; //# sourceMappingURL=configuration.d.ts.map