UNPKG

@virtualstate/app-history

Version:

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

4 lines 187 B
/* c8 ignore start */ import defaultProcess from "./default-process.js"; export default typeof process === "undefined" ? defaultProcess : process; //# sourceMappingURL=node-process.js.map