UNPKG

@foxpage/foxpage-component-shared

Version:
9 lines (8 loc) 412 B
export declare const paths: { root: string; packageJson: string; babelConfigJS: string; }; export declare const findProjectFilePath: (mayFiles: string[], extensions?: string[], root?: string) => string | undefined; export declare const getPackageAbsolutePath: (pkgName: string) => string; export declare function findLocalPackageIndexFilePath(indexFileExtensions?: string[]): Record<string, string>;