MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / normalizeValue

Function normalizeValue

libraries/p5.js:7560–7565  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

7558 }
7559
7560 function normalizeValue(value) {
7561 if (typeof value !== 'string') {
7562 value = String(value)
7563 }
7564 return value
7565 }
7566
7567 // Build a destructive iterator for the value list
7568 function iteratorFor(items) {

Callers 1

p5.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected