doiuse
Version:
Lint CSS for browser support against caniuse database
8 lines • 310 B
TypeScript
/**
* recursively get all files in a directory
* @param {string} directory the directory to read
* @yields {string} the path to each file
* @return {AsyncGenerator<string>} the path to each file
*/
export function getFiles(directory: string): AsyncGenerator<string>;
//# sourceMappingURL=getFiles.d.ts.map