mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -05:00
![David Sherret](/assets/img/avatar_default.png)
This is what pnpm does and we were missing it. It makes modules work which have a dependency on something, but don't say they have that dependency, but that dep is still in the tree somewhere.
1 line
No EOL
41 B
TypeScript
1 line
No EOL
41 B
TypeScript
export function getKind(): "esm" | "cjs"; |