UNPKG

@virtualstate/app-history

Version:

Native JavaScript [app-history](https://github.com/WICG/app-history) implementation

7 lines 296 B
import { AppHistory } from "../app-history.js"; import { assertAppHistory } from "./app-history.js"; const input = () => new AppHistory(); const fn = await assertAppHistory(input); fn(input); console.log("PASS assertAppHistory:local:new AppHistory"); //# sourceMappingURL=app-history.class.js.map