UNPKG

@prism-engineer/router

Version:

Type-safe Express.js router with automatic client generation

14 lines 288 B
#!/usr/bin/env node export interface PrismCliConfig { outputDir: string; name: string; baseUrl: string; routes: { directory: string; pattern: RegExp; options?: { prefix?: string; }; }[]; } //# sourceMappingURL=index.d.ts.map