UNPKG
@edflex-tech/keycloakify
Version:
latest (5.9.1-rc.4)
5.9.1-rc.4
5.9.1-rc.3
Keycloak theme generator for Reacts app
github.com/garronej/keycloakify
edflex-tech/keycloakify
@edflex-tech/keycloakify
/
bin
/
tools
/
crawl.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
/** List all files in a given directory return paths relative to the dir_path */
export
declare
const
crawl
:
(
dir_path
:
string
) =>
string
[];