keycloak_theme/tools/crawl.d.ts

3 lines
141 B
TypeScript
Raw Normal View History

/** List all files in a given directory return paths relative to the dir_path */
export declare const crawl: (dir_path: string) => string[];