pkgMatch.d.ts 143 Bytes
export declare function getPkgPath(filePath: string): any;
export declare function shouldTransform(pkgPath: string, include: string): boolean;