npm install --save @types/readme-filename
This package contains type definitions for readme-filename (https://github.com/ngryman/readme-filename#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/readme-filename.
/**
* Determines the path to a `README` file.
*
* @param root
* The directory to look for a `README` file.
*
* @returns
* The path to the `README` file.
*/
declare function readmeFilename(root?: string): Promise<string>;
export = readmeFilename;
- Last updated: Mon, 05 May 2025 19:02:21 GMT
- Dependencies: none
These definitions were written by .