// Type definitions for natural-compare 1.4 // Project: https://github.com/litejs/natural-compare-lite // Definitions by: Doniyor Aliyev // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function naturalCompare(a: string, b: string): -1 | 0 | 1; export = naturalCompare;