MCPcopy
hub / github.com/sindresorhus/ky / Window

Interface Window

test/browser.ts:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16declare global {
17 // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
18 interface Window {
19 ky: typeof ky;
20 }
21}
22
23const DIST_DIR = new URL('../distribution', import.meta.url).toString();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…