Internal Representation
Closed this issue · 1 comments
khrome commented
Context
- Node : 14.15.4
- Module : v 17.6.0
- Environment : any
- used with : joinerator
- any other relevant information : uses internal representation
How can we help?
Hi there, First off thanks for your work on this tool. I wrote a generator to use Joi configurations to make fake data APIs... it was a somewhat painless binding of joi
, faker
and randexp
. My curiosity is how stable these internal tree structures I'm polling are?
If they aren't, is there an internal API that is usable for this case?
The source is here, if useful.