@extk/expressive 0.6.1 → 0.6.2
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -174,7 +174,7 @@ declare class ServerBuilder {
|
|
|
174
174
|
withQs(): this;
|
|
175
175
|
withMorgan(format?: string, // TODO: FormatFn
|
|
176
176
|
options?: Parameters<typeof morgan>[1]): this;
|
|
177
|
-
withRoutes(routes:
|
|
177
|
+
withRoutes(routes: express__default.Router): this;
|
|
178
178
|
/**
|
|
179
179
|
* Helper function for fluent design
|
|
180
180
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -174,7 +174,7 @@ declare class ServerBuilder {
|
|
|
174
174
|
withQs(): this;
|
|
175
175
|
withMorgan(format?: string, // TODO: FormatFn
|
|
176
176
|
options?: Parameters<typeof morgan>[1]): this;
|
|
177
|
-
withRoutes(routes:
|
|
177
|
+
withRoutes(routes: express__default.Router): this;
|
|
178
178
|
/**
|
|
179
179
|
* Helper function for fluent design
|
|
180
180
|
*/
|