UNPKG

angular-auth-oidc-client

Version:
6 lines (5 loc) 194 B
/** * Creates a RegExp from the given string, converting asterisks to .* expressions, * and escaping all other characters. */ export declare function wildcardToRegExp(value: string): RegExp;