(direction: string)
| 23 | |
| 24 | /** @docs-private */ |
| 25 | export function getSortInvalidDirectionError(direction: string): Error { |
| 26 | return Error(`${direction} is not a valid sort direction ('asc' or 'desc').`); |
| 27 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…