PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/phase-types
PhaseConditionFunc
Type Alias PhaseConditionFunc<T>
PhaseConditionFunc
:
(
phase
:
PhaseMap
[
T
]
)
=>
boolean
Type for predicate functions operating on a specific type of
Phase
.
Type Parameters
T
extends
PhaseString
Type Declaration
(
phase
:
PhaseMap
[
T
]
)
:
boolean
Parameters
phase
:
PhaseMap
[
T
]
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...
Type for predicate functions operating on a specific type of
Phase
.