UNPKG

@spartacus/schematics

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