* use named exports instead of default exports * fix tests Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
3 lines
62 B
TypeScript
3 lines
62 B
TypeScript
export * from './generateHTML'
|
|
export * from './generateJSON'
|