UNPKG

@virtualstate/app-history

Version:

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

9 lines 290 B
import { isEvent } from "./event.js"; export function isRespondEvent(value) { function isRespondEventLike(value) { return isEvent(value); } return (isRespondEventLike(value) && typeof value.respondWith === "function"); } //# sourceMappingURL=respond-event.js.map