Skip to content

Commit afea8bf

Browse files
fix(core): Options.loadModule() return type
1 parent 3fe0cc7 commit afea8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ interface Options {
227227
* ...
228228
* ```
229229
*/
230-
loadModule?(path : string, options : Options) : Promise<Module> | undefined,
230+
loadModule?(path : string, options : Options) : Promise<Module | undefined>,
231231

232232
}
233233

0 commit comments

Comments
 (0)