Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/electerious/basicScroll
/ isAbsoluteValue
Function
isAbsoluteValue
src/scripts/main.js:77–81 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
75
* @returns {Boolean} isAbsolute
76
*/
77
const
isAbsoluteValue =
function
(value) {
78
79
return
isNaN(parseUnit(value)[0]) === false
80
81
}
82
83
/**
84
* Parses an absolute value.
Callers
1
validate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected