UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

7 lines (6 loc) 202 B
/** * "Hello (world)" => "world" * "Hello (world) (foo)" => "foo" * "Hello (world (foo))" => "world (foo)" */ export declare function extractLastParenthesisContent(str: string): string | undefined;