UNPKG

@schematics/angular

Version:
7 lines (6 loc) 293 B
import { Rule } from '@angular-devkit/schematics'; /** * Move the import reflect metadata polyfill from the polyfill file to the dev environment. This is * not guaranteed to work, but if it doesn't it will result in no changes made. */ export declare function polyfillMetadataRule(): Rule;