Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bbc/peaks.js
/ isNullOrUndefined
Function
isNullOrUndefined
src/utils.js:213–215 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
211
*/
212
213
export
function
isNullOrUndefined(value) {
214
return
value === undefined || value === null;
215
}
216
217
/**
218
* Checks whether the given value is a
function
.
Callers
8
utils-spec.js
File · 0.90
setDefaultPointOptions
Function · 0.90
point.js
File · 0.90
setDefaultSegmentOptions
Function · 0.90
segment.js
File · 0.90
waveform-points.js
File · 0.90
waveform-segments.js
File · 0.90
view-controller.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected