mavoweb / treecle

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

update types in docs #24

Closed adamjanicki2 closed 6 months ago

adamjanicki2 commented 6 months ago

Closes #23

netlify[bot] commented 6 months ago

Deploy Preview for treecle ready!

Name Link
Latest commit 78bf161db566b642be9c7208140ec7b00e1fc61e
Latest deploy log https://app.netlify.com/sites/treecle/deploys/65f594fb23019e00081b4fff
Deploy Preview https://deploy-preview-24--treecle.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

LeaVerou commented 6 months ago

I worry that the reason typedoc works ok with this is because it assumes this is the global Node. What happens if you change Node to TreeNode? Does typedoc still work?

adamjanicki2 commented 6 months ago

I worry that the reason typedoc works ok with this is because it assumes this is the global Node. What happens if you change Node to TreeNode? Does typedoc still work?

Great catch! But luckily for us, it looks like it works for a custom type 😄

Screen Shot 2024-03-16 at 8 04 26 PM