📄 esm.d.mts
/home/palash/git/site/node_modules/commander/typings/esm.d.mts
Language: mts • Lines: 3
// Just reexport the types from cjs
// This is a bit indirect. There is not an index.js, but TypeScript will look for index.d.ts for types.
export * from './index.js';