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
/
controllers
/
index.ts
3 lines
(2 loc)
•
100 B
text/typescript
View Raw
1
2
3
export
{
DepositController
}
from
"./deposit"
;
export
{
WithdrawalController
}
from
"./withdrawal"
;