MCPcopy
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
191export 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.jsFile · 0.90
validatePointOptionsFunction · 0.90
validateSegmentOptionsFunction · 0.90
WaveformShapeFunction · 0.90
waveform-shape.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected