Eomm / fastify-overview

Build a structure graph of your Fastify application
MIT License
65 stars 6 forks source link

Add type property #92

Closed matthyk closed 8 months ago

matthyk commented 8 months ago

Would close #62

This is only the first draft and I still need to add test cases, but are you open to review the PR? @Eomm

matthyk commented 8 months ago

@Eomm What do you think about the following: If the type of the decorated value is object, then the object may contain properties. It might be useful to return these property names and types as well.