UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

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