Skip to content

Commit

Permalink
fix(esm): fix exported types
Browse files Browse the repository at this point in the history
Relates to #669
  • Loading branch information
remarkablemark committed Feb 12, 2024
1 parent 7518ae7 commit b6918ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esm/index.d.mts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from './server/html-to-dom.mjs';
export type * from './types';
export type * from './types.ts';

0 comments on commit b6918ae

Please sign in to comment.