@chialab/cjs-to-esm
v0.19.0
Published
A commonjs to esm converter.
Readme
Install
npm i @chialab/cjs-to-esm -Dyarn add @chialab/cjs-to-esm -DUsage
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.
