Skip to content

Commit

Permalink
fix: fix TS typings
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Oct 4, 2023
1 parent bee29cb commit 214167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tardismachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const pkg = require('../package.json')
export class TardisMachine {
private readonly _httpServer: http.Server
private readonly _wsServer: TemplatedApp
private _eventLoopTimerId: number | undefined = undefined
private _eventLoopTimerId: NodeJS.Timeout | undefined = undefined

constructor(private readonly options: Options) {
init({
Expand Down

0 comments on commit 214167c

Please sign in to comment.