A commonjs to esm converter.
npm install @chialab/cjs-to-esm
CommonJS to ESM • A commonjs to esm converter, inspired by WMR.
---
``sh`
npm i @chialab/cjs-to-esm -D
`sh`
yarn add @chialab/cjs-to-esm -D
`js
import { transform } from '@chialab/cjs-to-esm';
const { code, map } = transform('require("tslib"); module.exports = function() {}');
``
---
CommonJS to ESM is released under the MIT license.