0.19.0-beta.0 • Published 2 years ago

@gunsch/cjs-to-esm v0.19.0-beta.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

0.19.0-beta.0

2 years ago