UNPKG
solana-presale-sdk
Version:
latest (1.0.1)
1.0.1
1.0.0
SDK for Solana Presale Program
solana-presale-sdk
/
dist
/
index.d.ts
6 lines
(5 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
"./client"
;
export
*
from
"./utils"
;
export
*
from
"./constants"
;
export
*
from
"./types"
;
export
type
{
TerminusPresale
}
from
"./idlType"
;