Skip to content

Commit ef0da72

Browse files
[Issue #3] error TS2307: Cannot find module 'handler-function' or its corresponding type declarations
Replaced import which was causing this exception
1 parent 0fa0e23 commit ef0da72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (!process[Symbol.for('ts-node.register.instance')]) {
88
});
99
}
1010

11-
import { HandlerFunction } from 'handler-function';
11+
import { HandlerFunction } from './handler-function';
1212

1313
/**
1414
* Options for setupErrorHandling

0 commit comments

Comments
 (0)