UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

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