UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

6 lines (5 loc) 219 B
/** List all files in a given directory return paths relative to the dir_path */ export declare function crawlSync(params: { dirPath: string; returnedPathsType: "absolute" | "relative to dirPath"; }): string[];