| 30 | } |
| 31 | |
| 32 | export interface RankingInfo { |
| 33 | rankedValue: any |
| 34 | rank: Ranking |
| 35 | accessorIndex: number |
| 36 | accessorThreshold: Ranking | undefined |
| 37 | passed: boolean |
| 38 | } |
| 39 | |
| 40 | export interface AccessorOptions<TItem> { |
| 41 | accessor: AccessorFn<TItem> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…