UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

9 lines (8 loc) 203 B
/** * Polyfill of fs.rm(dirPath, { "recursive": true }) * For older version of Node */ export declare function rm(dirPath: string, options: { recursive: true; force?: true; }): Promise<void>;