| /** | |
| * Compares two strings case insensitive. | |
| * @param strA | |
| * @param strB | |
| */ | |
| export declare function caseInsensitiveEquals(strA: string, strB: string): boolean; | |
| export declare function replacePrefix(str: string, prefix: string): string; | |
| //# sourceMappingURL=str-util.d.ts.map |