Closed ol-lo closed 5 years ago
Hello.
R.comparator(R.lt) — legal construction in js.
R.comparator(R.lt)
But TS tells:
Argument type lt_00 is not assignable to parameter type Comparator<PH, boolean>
How can it be solved?
Sorry for the disturbance. The error came from Webstorm ts inspector. Not from TS compiler.
Hello.
R.comparator(R.lt)
— legal construction in js.But TS tells:
How can it be solved?