Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 5, 2021
1 parent c5998b1 commit 7a7d05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, LogFile>()

Expand Down

0 comments on commit 7a7d05f

Please sign in to comment.