Skip to content

Commit

Permalink
fix: another fix for compatability with verbatimModuleSyntax config o…
Browse files Browse the repository at this point in the history
…ption (#22)
  • Loading branch information
achou11 authored Oct 28, 2024
1 parent e7c1bec commit d496387
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ import type { ErrorObject } from 'serialize-error'
import type { EventEmitter } from 'events'
import type { Readable } from 'stream'

export enum msgType {
REQUEST = 0,
RESPONSE = 1,
ON = 2,
OFF = 3,
EMIT = 4,
}
import type { msgType } from './constants'

export interface test {
foo: boolean
Expand Down

0 comments on commit d496387

Please sign in to comment.