UNPKG

@hyper-fetch/react

Version:

React hooks and utils for the hyper-fetch

9 lines (7 loc) 197 B
import { UseSocketStateType } from "./use-socket-state.types"; export const initialSocketState: UseSocketStateType = { data: null, connected: false, connecting: false, timestamp: null, };