UNPKG

@virtualstate/app-history

Version:

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

4 lines (3 loc) 144 B
/* c8 ignore start */ import defaultProcess from "./default-process"; export default typeof process === "undefined" ? defaultProcess : process;