UNPKG
@oada/cli
Version:
beta (4.0.0)
latest (5.0.0)
5.0.0
4.0.0
2.0.0
CLI OADA client
github.com/OADA/cli
@oada/cli
/
dist
/
highlight.d.ts
5 lines
(4 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
languages
:
readonly
[
"json"
,
"shell"
];
export
declare
const
json
:
(
strings
:
readonly
string
[]
) =>
string
;
export
declare
const
shell
:
(
strings
:
readonly
string
[]
) =>
string
;
export
{
default
}
from
'cli-highlight'
;