We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70ea52 commit c89d812Copy full SHA for c89d812
index.ts
@@ -130,3 +130,5 @@ async function defaultAction(projectName: string, clackType: string) {
130
init().catch(console.error)
131
132
export default init
133
+
134
+export * from './utils/types'
0 commit comments