drop-es6-polyfills.d.ts 167 Bytes
Newer Older
Kriengkrai Yothee's avatar
Kriengkrai Yothee committed
1 2 3 4 5
import { Rule } from '@angular-devkit/schematics';
/**
 * Drop ES2015 polyfills from all application projects
 */
export declare function dropES2015Polyfills(): Rule;