I’m trying to use `uvu` in a nodejs project, but I get a typescript error that `VoidFunction` is not defined. ``` node_modules/uvu/index.d.ts:16:10 - error TS2304: Cannot find name 'VoidFunction'. ```
I’m trying to use
uvuin a nodejs project, but I get a typescript error thatVoidFunctionis not defined.