Skip to content

Commit

Permalink
fix: fix compatibility with verbatimModuleSyntax TS config option (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Aug 2, 2024
1 parent 9cbbb25 commit e7c1bec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ErrorObject } from 'serialize-error'
import { EventEmitter } from 'events'
import { Readable } from 'stream'
import type { ErrorObject } from 'serialize-error'
import type { EventEmitter } from 'events'
import type { Readable } from 'stream'

export enum msgType {
REQUEST = 0,
Expand Down

0 comments on commit e7c1bec

Please sign in to comment.