| 24 | } |
| 25 | |
| 26 | interface BriskRoute { |
| 27 | /** |
| 28 | * Render an edge template without defining an |
| 29 | * explicit route handler |
| 30 | */ |
| 31 | render(template: string, data?: Record<string, any>): Route |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | /** |
no outgoing calls
no test coverage detected