We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4870aa + 9b0606a commit b243612Copy full SHA for b243612
index.d.ts
@@ -139,4 +139,4 @@ export interface WatchOptions {
139
140
const nodemon: Nodemon = (settings: NodemonSettings): Nodemon => {};
141
142
-export default nodemon;
+export = nodemon;
0 commit comments