@gunsch/cjs-to-esm
v0.19.0-beta.0
Published
A commonjs to esm converter.
Downloads
6
Readme
Install
npm i @chialab/cjs-to-esm -D
yarn add @chialab/cjs-to-esm -D
Usage
import { transform } from '@chialab/cjs-to-esm';
const { code, map } = transform('require("tslib"); module.exports = function() {}');
License
CommonJS to ESM is released under the MIT license.