UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
needing-organisation
/
examples
/
basic-examples
/
exchange
/
src
/
routes
/
index.ts
5 lines
(3 loc)
•
109 B
text/typescript
View Raw
1
2
3
4
5
import
*
as
deposit
from
"./deposit"
;
import
*
as
withdraw
from
"./withdraw"
;
export
{ deposit, withdraw };