UNPKG

use-online-hook

Version:

a simple hook to check whether the user is online or not :)

3 lines 81 B
declare module 'use-online' { export default function useOnline (): boolean }