UNPKG
@jsnix/pastel
Version:
latest (3.0.8)
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
Framework for effortlessly building Ink apps
github.com/tbrockman/pastel
tbrockman/pastel
@jsnix/pastel
/
build
/
generate-options.d.ts
4 lines
(3 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
import
{
Option
}
from
'commander'
;
import
{ type
CommandOptions
}
from
'./internal-types.js'
;
export
default
function
generateOptions
(
optionsSchema: CommandOptions
):
Option
[];