pkgMatch.d.ts 143 Bytes Raw Blame History Permalink 1 2 export declare function getPkgPath(filePath: string): any; export declare function shouldTransform(pkgPath: string, include: string): boolean;