UNPKG

@harboor/core

Version:
3 lines (2 loc) 187 B
export declare function fileFinder(possibleFileNames: string[], possiblePaths: string[]): Promise<string | null>; export declare function verifyFile(_filepath: string): Promise<boolean>;