UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

7 lines (6 loc) 196 B
/** * returns paths to all files inside this directory or its nested directories */ export declare const listFilesInDirectory: ({ directory, }: { directory: string; }) => Promise<string[]>;