Version 3.1.0 is behind the current release: jump to latest version (3.5.0).
type alias Provide
thefrontside/effectiontype Provide = (value: T) => Operation<void>
Type Parameters
T
Version 3.1.0 is behind the current release: jump to latest version (3.5.0).
T