0.19.0-beta.0 • Published 11 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago