UNPKG
cjstoesm
Version:
latest (3.0.0)
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
A tool that can transform CommonJS to ESM
github.com/wessberg/cjstoesm
wessberg/cjstoesm
cjstoesm
/
bin
/
cjstoesm.js
4 lines
•
92 B
JavaScript
View Raw
1
2
3
4
#!/usr/bin/env node
'use strict'
;
import
"../dist/cli/index.js"
; process.
title
=
'cjstoesm'
;