Does `deno bundle` have a TypeScript API?
I'm excited to use the new Deno bundler. In my past experience with esbuild, I've almost always needed more config than a shell one-liner and frequently plugins. Is there a TypeScript API exposed? I tried inspecting the
Deno global, looking at the docs, and searching for a package on denoland but didn't see anything.