Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bbc/peaks.js
/ isString
Function
isString
src/utils.js:191–193 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
189
*/
190
191
export
function
isString(value) {
192
return
typeof value ===
'string'
;
193
}
194
195
/**
196
* Checks whether the given value is a valid ArrayBuffer.
Callers
5
utils-spec.js
File · 0.90
validatePointOptions
Function · 0.90
validateSegmentOptions
Function · 0.90
WaveformShape
Function · 0.90
waveform-shape.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected