diff --git a/src/index.ts b/src/index.ts index abc9734..b354d26 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,6 +3,7 @@ import temp from 'tempy' // @ts-expect-error import launch from 'launch-editor' import { LogFile } from './types' +export * from './types' const map = new Map()