UNPKG
@libotony/sharp-cli
Version:
latest (1.0.0-beta.3)
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Sharp command line helper
github.com/libotony/sharp-cli
libotony/sharp-cli
@libotony/sharp-cli
/
script.d.ts
12 lines
(10 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
'@vechain/connex'
import
{
SimpleWallet
}
from
'@vechain/connex.driver-nodejs'
declare
global
{
namespace
NodeJS
{
interface
Global
{
connex
:
Connex
wallet
:
SimpleWallet
} } }