drop-es6-polyfills.d.ts 167 B

12345
  1. import { Rule } from '@angular-devkit/schematics';
  2. /**
  3. * Drop ES2015 polyfills from all application projects
  4. */
  5. export declare function dropES2015Polyfills(): Rule;