UNPKG

@virtualstate/app-history

Version:

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

20 lines (18 loc) 242 B
export const listenAndServe = undefined; export const createServer = undefined; /** * @type {any} */ const on = () => {}; /** * @type {any} */ const env = {}; /*** * @type {any} */ export default { env, on, exit(arg) {} };