blob: 2d042eb6f8ce16d55cea71d8e02ae9197cb79299 [file] [log] [blame]
/**
* 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