@foxpage/foxpage-component-shared
Version:
foxpage component shared
9 lines (8 loc) • 412 B
TypeScript
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>;