esm.d.mts 168 B

123
  1. // Just reexport the types from cjs
  2. // This is a bit indirect. There is not an index.js, but TypeScript will look for index.d.ts for types.
  3. export * from './index.js';