cjs-es6

0.0.4 • Public • Published

cjs-es6

Convert javascript file from CommonJS type to ES6 type.

Install

npm install -S cjs-es6
  const cjsEs6 = require('cjs-es6');
 
  const codeStr = 'module.exports = abc'
  const result = cjsEs6(codeStr); // export default abc;

Readme

Keywords

Package Sidebar

Install

npm i cjs-es6

Weekly Downloads

8

Version

0.0.4

License

ISC

Unpacked Size

2.63 kB

Total Files

5

Last publish

Collaborators

  • zsk526