UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner-backup
/
node_modules
/
@ethersproject
/
signing-key
/
src.ts
/
elliptic.ts
5 lines
(3 loc)
•
63 B
text/typescript
View Raw
1
2
3
4
5
import
_ec
from
"elliptic"
;
import
EC
= _ec.
ec
;
export
{
EC
}