polyfill-metadata.d.ts 293 B

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