@forklaunch/express 0.5.20 → 0.5.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.mts +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -2034,4 +2034,4 @@ declare const handlers: {
|
|
2034
2034
|
unsubscribe: typeof unsubscribe;
|
2035
2035
|
};
|
2036
2036
|
|
2037
|
-
export { Application, Router, forklaunchExpress, forklaunchRouter, handlers };
|
2037
|
+
export { Application, type ExpressOptions, Router, forklaunchExpress, forklaunchRouter, handlers };
|
package/lib/index.d.ts
CHANGED
@@ -2034,4 +2034,4 @@ declare const handlers: {
|
|
2034
2034
|
unsubscribe: typeof unsubscribe;
|
2035
2035
|
};
|
2036
2036
|
|
2037
|
-
export { Application, Router, forklaunchExpress, forklaunchRouter, handlers };
|
2037
|
+
export { Application, type ExpressOptions, Router, forklaunchExpress, forklaunchRouter, handlers };
|