UNPKG
veniamin
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Monorepo for WalletConnect
github.com/JordaneKoelpin/veniamin.git
JordaneKoelpin/veniamin
veniamin
/
packages
/
eth-provider
/
babel-polyfill.js
4 lines
(3 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
require
(
'@babel/register'
)({
extensions:
[
'.ts'
,
'.js'
,
'.tsx'
,
'.jsx'
] })