MCPcopy
hub / github.com/JakeChampion/fetch / fetch.js

File fetch.js

fetch.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable no-prototype-builtins */
2var g =
3 (typeof globalThis !== 'undefined' && globalThis) ||
4 (typeof self !== 'undefined' && self) ||

Callers

nothing calls this directly

Calls 3

normalizeNameFunction · 0.85
normalizeValueFunction · 0.85
iteratorForFunction · 0.85

Tested by

no test coverage detected