blob: 862a0fb5ff406afda76e3898101a47b00c07869e [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/move-document" />
import { Rule } from '@angular-devkit/schematics';
/** Entry point for the V8 move-document migration. */
export default function (): Rule;