UNPKG

@virtualstate/app-history

Version:

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

5 lines 178 B
import { isEvent } from "./event.js"; export function isParallelEvent(value) { return isEvent(value) && value.parallel !== false; } //# sourceMappingURL=parallel-event.js.map