Y
Hacker News
new
|
ask
|
show
|
jobs
by
machiaweliczny
1681 days ago
Would it be possible to fork Deno and expose types at runtime? My backend collegues seem to desire it.
1 comments
orta
1681 days ago
You could probably codegen the .d.ts output of your types into different the body of API responses (or use it to generate a json schema), forking deno for it is probably overkill
link