UNPKG
@bitjson/typedoc
Version:
latest (0.15.0-0)
0.15.0-0
Create api documentation for TypeScript projects.
typedoc.org
TypeStrong/TypeDoc
@bitjson/typedoc
/
dist
/
lib
/
output
/
models
/
UrlMapping.js
11 lines
•
301 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
UrlMapping
{
constructor
(
url, model, template
) {
this
.
url
= url;
this
.
model
= model;
this
.
template
= template; } }
exports
.
UrlMapping
=
UrlMapping
;
//# sourceMappingURL=UrlMapping.js.map