UNPKG

@virtualstate/navigation

Version:

Native JavaScript [navigation](https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API) 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