jackspeak
GitHub
isaacs projects
Preparing search index...
ValidOptions
Type Alias ValidOptions<T>
ValidOptions
:
T
extends
"boolean"
?
undefined
:
T
extends
"string"
?
readonly
string
[]
:
T
extends
"number"
?
readonly
number
[]
:
ReadonlyArrays
Defines the type of validOptions that are valid, given a config definition's
ConfigType
Type Parameters
T
extends
ConfigType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
isaacs projects
jackspeak
Loading...
Defines the type of validOptions that are valid, given a config definition's ConfigType