mavoweb / treecle

WIP. A toolbox for hierarchical JS objects.
https://treecle.mavo.io
MIT License
6 stars 0 forks source link

typedoc improvements #23

Closed adamjanicki2 closed 6 months ago

adamjanicki2 commented 6 months ago

Following the revelation in #21 that we can actually use a generic Node type in our docs, for example, @param {Node}, we should go through the codebase and change any instances of object to Node.

In addition, we can get rid of the any return type by specifying the return type of the function in the @returns, e.g. @returns {Node}.