@scaffoldly/rowdy 0.1.0-beta.20251126143151.814c4b2 → 0.1.0-beta.20251126184957.ef3d97f

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.ts CHANGED
@@ -124,6 +124,7 @@ declare class Routes implements IRoutes, ILoggable {
124
124
  intoDefault(): string;
125
125
  intoPaths(): RoutePaths;
126
126
  intoURI(path: string): URI;
127
+ merge(other: Routes): this;
127
128
  health(): Promise<Health>;
128
129
  repr(): string;
129
130
  }