From 7a7d05fa01b31f64843648bfd200f6132ac3732c Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 5 Aug 2021 16:05:53 +0800 Subject: [PATCH] fix: types --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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()