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
/
utils
/
options
/
index.js
8 lines
•
294 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
options_1 =
require
(
"./options"
);
exports
.
Options
= options_1.
Options
;
exports
.
OptionsReadMode
= options_1.
OptionsReadMode
;
require
(
"./readers/index"
);
require
(
"./sources/index"
);
//# sourceMappingURL=index.js.map