Skip to content

Commit

Permalink
fix(esm build): add extension to types import (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse authored Feb 28, 2024
2 parents 600d798 + 022339f commit 386f273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* @module @carpasse/dapi
*/
export {DapiMixin, type DapiDefinition, type DapiWrapper} from './DapiMixin.js';
export type {DapiFns, DapiFn, DecoratorFn, HookFn} from './types';
export type {DapiFns, DapiFn, DecoratorFn, HookFn} from './types/index.js';
export {createDapi} from './createDapi.js';

0 comments on commit 386f273

Please sign in to comment.