UNPKG

@exodus/networking-spec

Version:

Platform-agnostic test suites for networking related features

7 lines (6 loc) 173 B
declare const timers: typeof jest | { useFakeTimers: () => void; useRealTimers: () => void; advanceTimersByTime: (ms: number) => void; }; export default timers;