state<T extends Object> function

FromRequestParts<T> state<T extends Object>()

Reads the application state of type T attached with withState.

Implementation

FromRequestParts<T> state<T extends Object>() => StateExtractable<T>();