DefinitelyTyped/types/react-table
nixxquality 3d6ded6cd7 SortFunction signature should match Array.sort (#29468)
-1 and 1 aren't the only numbers allowed. Any number less than or greater than 0 will sort the item properly.
This enables shortcuts like (a, b) => a - b;
Restricting the signature to -1 | 0 | 1 is a mistake.
2018-10-10 12:53:18 -07:00
..
index.d.ts
react-table-tests.tsx
tsconfig.json
tslint.json