Skip to content

Commit

Permalink
Using explicit exports for types instead of wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed Apr 23, 2024
1 parent a1a5655 commit 375fd19
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
export * from './infoPlist';
export * from './jxa';
export * from './msda';
export { DocumentType, InfoPlist, URLType } from './infoPlist';
export { JXAApplication } from './jxa';
export {
LaunchServicesPlist,
LSHandler,
LSHandlerDocumentType,
LSHandlerURLScheme,
} from './launchServices';
export { Config, DefaultApp, UTIRole } from './msda';

0 comments on commit 375fd19

Please sign in to comment.