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
/
help.d.ts
8 lines
(7 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Options
}
from
'./options'
;
export
interface
ParameterHelp
{
names
:
string
[];
helps
:
string
[];
margin
:
number
; }
export
declare
function
getOptionsHelp
(
options
:
Options
):
string
;