Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ isValidDuration
Function
isValidDuration
static/vuejs/vue.esm.js:6632–6634 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
6630
}
6631
6632
function
isValidDuration (val) {
6633
return
typeof val ===
'number'
&& !isNaN(val)
6634
}
6635
6636
/**
6637
* Normalize a transition hook's argument length. The hook may be:
Callers
2
enter
Function · 0.70
performLeave
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected