UNPKG
@leichtgewicht/esm2umd
Version:
latest (0.4.0)
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.0
Transforms ESM to UMD.
github.com/dcodeIO/esm2umd
dcodeIO/esm2umd
@leichtgewicht/esm2umd
/
index.d.ts
2 lines
(1 loc)
•
108 B
TypeScript
View Raw
1
2
export
default
function
esm2umd
(
moduleName
:
string
,
esmCode
:
string
,
options
?:
Record
<
string
,
any
>
):
string
;