Skip to content

Instantly share code, notes, and snippets.

@Richienb
Created October 27, 2019 23:28
Show Gist options
  • Select an option

  • Save Richienb/d671f5616b30a0438fea7f8385c8bd7f to your computer and use it in GitHub Desktop.

Select an option

Save Richienb/d671f5616b30a0438fea7f8385c8bd7f to your computer and use it in GitHub Desktop.
Interop exports

Exports for CJS and ES

module.exports = (expts, forExport) => {
exps = expts = forExport;
Object.defineProperty(expts, "__esModule", {
value: true
})
expts.default = expts;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment