isBuilderPending
| Generic types: | T |
Type guard function to check if a given state is a BuilderPending state.
Presentation
function isBuilderPending (state : BuilderState <T>): boolean;Returns
boolean -{boolean} - Returns true if the state is a BuilderPending state, false otherwise.
Parameters
| Name | Type | Description |
|---|---|---|
| state | | The state to check. |