Skip to content

Commit 9b0606a

Browse files
authored
fix: types for export on ESModule (#2211)
1 parent 1428001 commit 9b0606a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ export interface WatchOptions {
139139

140140
const nodemon: Nodemon = (settings: NodemonSettings): Nodemon => {};
141141

142-
export default nodemon;
142+
export = nodemon;

0 commit comments

Comments
 (0)