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

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