UNPKG

dead-or-alive

Version:
9 lines 359 B
/** * Implementation of <https://html.spec.whatwg.org/multipage/semantics.html#shared-declarative-refresh-steps>. * * @param {string} input * @param {Readonly<URL>} from * @returns {URL | undefined} */ export function sharedDeclarativeRefresh(input: string, from: Readonly<URL>): URL | undefined; //# sourceMappingURL=shared-declarative-refresh.d.ts.map