UNPKG

@schematics/angular

Version:
6 lines (5 loc) 167 B
import { Rule } from '@angular-devkit/schematics'; /** * Drop ES2015 polyfills from all application projects */ export declare function dropES2015Polyfills(): Rule;