@types/natural-compare
Version:
TypeScript definitions for natural-compare
24 lines (17 loc) • 796 B
Markdown
# Installation
> `npm install --save @types/natural-compare`
# Summary
This package contains type definitions for natural-compare (https://github.com/litejs/natural-compare-lite).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare/index.d.ts)
````ts
declare function naturalCompare(a: string, b: string): -1 | 0 | 1;
declare function naturalCompare(a: number, b: number): -1 | 0 | 1;
export = naturalCompare;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: none
# Credits
These definitions were written by [Doniyor Aliyev](https://github.com/doniyor2109).