nodeModulesTransform.d.ts 334 Bytes
export declare const TYPE_ALL_EXCLUDE: string[];
interface IPkgs {
    [name: string]: string[];
}
export declare function isMatch(opts: {
    path: string;
    pkgs: IPkgs;
}): any;
export declare function excludeToPkgs(opts: {
    exclude: string[];
}): IPkgs;
export declare function es5ImcompatibleVersionsToPkg(): {};
export {};