UNPKG

stimulus_reflex

Version:

Build reactive applications with the Rails tooling you already know and love.

11 lines (9 loc) 139 B
let transport = {} export default { get plugin () { return transport }, set (newTransport) { transport = newTransport } }