Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #509 from Trim/esm-export-func-as-function
add missing function alias for ES module
  • Loading branch information
searls committed Mar 20, 2023
2 parents db226f7 + 4791100 commit e472346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.mjs
Expand Up @@ -13,6 +13,7 @@ import config2 from './config.js'
import callback2 from './callback.js'
import version2 from './version.js'
export const func = function2.default
export { func as function }
export const object = object2.default
export const constructor = constructor2.default
export const instance = instance2.default
Expand Down

0 comments on commit e472346

Please sign in to comment.