UNPKG
eust-conciliation
Version:
latest (1.0.0)
1.0.0
github.com/ADD01-TECH/api-01eust
ADD01-TECH/api-01eust
eust-conciliation
/
src
/
application
/
use-cases
/
conciliate
/
handlers
/
index.ts
4 lines
(3 loc)
•
93 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./one-to-one'
;
export
*
from
'./one-to-many'
;
export
*
from
'./many-to-many'
;