/** * This is helpful when you have a fixed-length string that you want to sort in reverse order. * For example, and ISO date string. */ export declare function invertString(str: string): string; //# sourceMappingURL=../../src/helpers/invertString.d.ts.map