Closed egoist closed 3 years ago
Currently you have to manually type cac in Deno using // deno-types="https://unpkg.com/cac/mod.d.ts". I think we can actually get rid of all the Node.js dependencies and publish TypeScript source code so you can directly use it in Deno.
cac
// deno-types="https://unpkg.com/cac/mod.d.ts"
Done.
Currently you have to manually type
cac
in Deno using// deno-types="https://unpkg.com/cac/mod.d.ts"
. I think we can actually get rid of all the Node.js dependencies and publish TypeScript source code so you can directly use it in Deno.