UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

7 lines (5 loc) 153 B
declare function findNearestFile<T>(fileName: string, directoryPath?: string): Promise<{ path: string; data: T; }>; export { findNearestFile };