UNPKG
coffee-gen
Version:
latest (0.0.2)
0.0.2
0.0.1
One more cup of coffee for the road
github.com/jammymalina/coffee-gen
jammymalina/coffee-gen
coffee-gen
/
src
/
index.ts
4 lines
(3 loc)
•
133 B
text/typescript
View Raw
1
2
3
4
export
*
from
"./domain/coffeeGenConfig"
;
export
*
from
"./domain/coffeeGenerator"
;
export
*
from
"./generators/functionGenerators"
;