Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bbc/peaks.js
/ isValidTime
Function
isValidTime
src/utils.js:168–170 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
166
*/
167
168
export
function
isValidTime(value) {
169
return
(typeof value ===
'number'
) && Number.isFinite(value);
170
}
171
172
/**
173
* Checks whether the given value is a valid object.
Callers
5
utils-spec.js
File · 0.90
validatePointOptions
Function · 0.90
validateSegmentOptions
Function · 0.90
waveform-zoomview.js
File · 0.90
player.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected