UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

11 lines (10 loc) 194 B
export class UrlMapping { url; model; template; constructor(url, model, template) { this.url = url; this.model = model; this.template = template; } }