UNPKG

router-primitives

Version:

A cross-platform application router. Declarative routing by way of layout primitives

19 lines (18 loc) 455 B
/// <reference types="jest" /> declare global { namespace NodeJS { interface Global { document: Document; window: { setInterval: jest.Mock; history: { pushState: jest.Mock; replaceState: jest.Mock; }; location: object; }; navigator: Navigator; } } } export {};