UNPKG

use-stomp

Version:

react provider, class decorator, and a hook for websockets using the stomp protocol

2 lines (1 loc) 101 B
export default function useToggle(initialValue?: boolean): [boolean, (nextValue?: boolean) => void];