MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / normalizeValue

Function normalizeValue

scripts/libs/fetch.js:18–23  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

16 }
17
18 function normalizeValue(value) {
19 if (typeof value !== 'string') {
20 value = value.toString();
21 }
22 return value
23 }
24
25 function Headers(headers) {
26 this.map = {}

Callers 1

fetch.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected