Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
jsbn
/
test
/
es6-import.js
blob: 668cbdfdc5bef3ad031bdf1784f347fe390a36f3 [
file
]
import
{
BigInteger
}
from
'../'
;
console
.
log
(
typeof
BigInteger
)