UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

7 lines (5 loc) 150 B
declare function getDataPath<T = any>(directoryPath: string, fileName: string): Promise<{ path: string; data: T; }>; export { getDataPath };