connectPulse
Bridges one pulse to Redux DevTools.
Table of contents
Category
Value
Import
jsimport { connectPulse } from "valyrian.js/redux-devtools";Public signature
ts(pulse: any, options?: DevToolsOptions): anyParameters
tspulse: any, options?: DevToolsOptionsResult
tsanyObservable effects
Initializes the named connection and returns the wrapped pulse tuple. Pulse writes send the update action. It becomes a no-op wrapper when Redux DevTools is unavailable.