UNPKG

@spartacus/schematics

Version:
4 lines (3 loc) 295 B
import { SchematicContext, Tree } from '@angular-devkit/schematics'; import { ConstructorDeprecation } from '../../../shared/utils/file-utils'; export declare function migrateConstructorDeprecation(tree: Tree, context: SchematicContext, constructorDeprecations: ConstructorDeprecation[]): Tree;