dmonad / lib0

Monorepo of isomorphic utility functions
MIT License
347 stars 62 forks source link

iterator.js(15,29): error TS8024: JSDoc '@param' tag has name 'f', but there is no parameter with that name. #36

Closed SnarkBoojum closed 2 years ago

SnarkBoojum commented 2 years ago

Trying to compile lib0 with a recent typescript (4.63), I get:

iterator.js(15,29): error TS8024: JSDoc '@param' tag has name 'f', but there is no parameter with that name.
dmonad commented 2 years ago

Right, thank you!

Weird that it didn't occur before.