You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The finial bit before I can use this library is missing the type declaration file.
The JSDoc is very clear in usage, but TypeScript doesn't pick that up.
The text was updated successfully, but these errors were encountered:
@climba03003 thank you for the suggestion. Perhaps there's a tool to generate TS declarations out of JSDoc? Looking at this doc it seems to be pretty easy, anything else what you would recommend?
Perhaps there's a tool to generate TS declarations out of JSDoc? Looking at this doc it seems to be pretty easy, anything else what you would recommend?
Yes, it is pretty good since you already have JSDoc.
I don't think it is feasible to auto the process but good for initial run.
I have update some part like hide the internal function, import proper library, etc in #18
I have a suggestion:
The finial bit before I can use this library is missing the type declaration file.
The JSDoc is very clear in usage, but TypeScript doesn't pick that up.
The text was updated successfully, but these errors were encountered: