You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed syntax for CommonJS module exporting/importing.
`massive` is written in CommonJS and not Typescript. Exporting it like `export {default as massive} from 'massive'` would export massive with `undefined` value.
0 commit comments