UNPKG
cli-legend
Version:
latest (1.0.0)
1.0.0
"A fun command-line rogurelike dungeon game"
github.com/SamparkBhol/roguemaze
SamparkBhol/roguemaze
cli-legend
/
RogueMaze
/
node_modules
/
@inquirer
/
core
/
dist
/
commonjs
/
lib
/
make-theme.d.ts
4 lines
(3 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
import
type
{
Prettify
,
PartialDeep
}
from
'@inquirer/type'
;
import
{
type
Theme
}
from
'./theme.js'
;
export
declare
function
makeTheme<
SpecificTheme
extends
object
>(...
themes
:
ReadonlyArray
<
undefined
|
PartialDeep
<
Theme
<
SpecificTheme
>>>):
Prettify
<
Theme
<
SpecificTheme
>>;