blob: 637e1bb361fea51e2d46b379917f71f5a86bf2e3 [file] [log] [blame]
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/// <amd-module name="@angular/core/schematics/migrations/static-queries" />
import { Rule } from '@angular-devkit/schematics';
/** Entry point for the V8 static-query migration. */
export default function (): Rule;