Skip to content

Commit

Permalink
Update: added named exports (fixes #56) (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylortom authored Sep 10, 2024
2 parents ee10920 + 992b4be commit 248f2c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
* @namespace adaptframework
*/
export { default } from './lib/AdaptFrameworkModule.js'
export { default as AdaptFrameworkBuild } from './lib/AdaptFrameworkBuild.js'
export { default as AdaptFrameworkImport } from './lib/AdaptFrameworkImport.js'
export { default as AdaptFrameworkUtils } from './lib/AdaptFrameworkUtils.js'

0 comments on commit 248f2c8

Please sign in to comment.