blob: c886776be7042b276e65e9b1a3051081f30687be [file] [log] [blame]
/**
* @license
* Copyright Google LLC 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;