Skip to content

Commit

Permalink
Properly re-export types
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Dec 22, 2021
1 parent fe87db9 commit 6b37e56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion addon/index.ts
@@ -1,3 +1,3 @@
export { default } from './-private/class/modifier';
export { default as modifier } from './-private/functional/modifier';
export { ModifierArgs } from './-private/interfaces';
export type { ModifierArgs } from './-private/interfaces';

0 comments on commit 6b37e56

Please sign in to comment.