Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing function alias for ES module
  • Loading branch information
Trim committed Mar 20, 2023
1 parent db226f7 commit 4791100
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 4791100

Please sign in to comment.