Closed selfagency closed 2 months ago
Hey, traverse
is an upcoming feature, only available in radashi@beta
at the moment. Sorry for the confusion in the docs. I hope to add “Available since v12.2.0” to each function's documentation page at some point.
If you try to
import {traverse}
it throws:If you try
import * as _
and then use_.traverse
, the function is there but TypeScript throws again:Guessing you just forgot to include the type in the exported type definitions.