UNPKG

@react-corekit/use-idle

Version:

Detecting when the user becomes inactive (idle) or active

8 lines (6 loc) 129 B
import { useIdle } from "./"; describe("useIdle", () => { it("is truthy", () => { expect(useIdle).toBeTruthy(); }); });