Skip to content

Commit f4501b3

Browse files
authored
Fix types for export on ESModule
1 parent fb1e778 commit f4501b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ export interface WatchOptions {
138138

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

141-
export default nodemon;
141+
export = nodemon;

0 commit comments

Comments
 (0)