# export-es6 **Repository Path**: mirrors_codejamninja/export-es6 ## Basic Information - **Project Name**: export-es6 - **Description**: export es6 module in commonjs environment environment - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # export-es6 [![GitHub stars](https://img.shields.io/github/stars/codejamninja/export-es6.svg?style=social&label=Stars)](https://github.com/codejamninja/export-es6) > export es6 module in commonjs environment If the exported module is not an ES6 module it is converted to an ES6 module. Please ★ this repo if you found it useful ★ ★ ★ ![](assets/export-es6.png) ## Features * Works in commonjs environment * Exports commonjs modules * Exports ES6 modules ## Installation ```sh npm install --save export-es6 ``` ## Dependencies * [NodeJS](https://nodejs.org) ## Usage ```js // module.exports = { hello: 'world' }; require('export-es6')(module, { hello: 'world' }); ``` ## Support Submit an [issue](https://github.com/codejamninja/export-es6/issues/new) ## Screenshots [Contribute](https://github.com/codejamninja/export-es6/blob/master/CONTRIBUTING.md) a screenshot ## Contributing Review the [guidelines for contributing](https://github.com/codejamninja/export-es6/blob/master/CONTRIBUTING.md) ## License [MIT License](https://github.com/codejamninja/export-es6/blob/master/LICENSE) [Jam Risser](https://codejam.ninja) © 2018 ## Changelog Review the [changelog](https://github.com/codejamninja/export-es6/blob/master/CHANGELOG.md) ## Credits * [Jam Risser](https://codejam.ninja) - Author ## Support on Liberapay A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project. [Add some fuel](https://liberapay.com/codejamninja/donate) if you'd like to keep me going! [![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate) [![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)