UNPKG
@oclif/parser
Version:
latest (3.8.17)
3.8.17
3.8.16
3.8.15
3.8.14
3.8.13
3.8.12
3.8.11
3.8.10
3.8.9
3.8.8
3.8.7
3.8.6
3.8.5
3.8.4
3.8.3
3.8.2
3.8.1
3.8.0
3.7.3
3.7.2
3.7.0
3.6.3
3.6.2
3.6.1
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
arg and flag parser for oclif
github.com/oclif/parser
oclif/parser
@oclif/parser
/
lib
/
list.d.ts
4 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
export
declare
type
IListItem
= [
string
,
string
|
undefined
];
export
declare
type
IList
=
IListItem
[];
export
declare
function
renderList
(
items
:
IListItem
[]
):
string
;