Skip to content

Commit

Permalink
Merge pull request #9 from forcedotcom/phale/export-types
Browse files Browse the repository at this point in the history
fix: export types
  • Loading branch information
peternhale committed Mar 27, 2024
2 parents 00547eb + 7b130df commit a50e465
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 @@ -6,4 +6,4 @@
*/

export { ServiceProvider } from './services';
export { ILogger } from './types';
export * from './types';

0 comments on commit a50e465

Please sign in to comment.