Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ isValidDuration
Function
isValidDuration
static/vuejs/vue.runtime.common.js:6186–6188 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
6184
}
6185
6186
function
isValidDuration (val) {
6187
return
typeof val ===
'number'
&& !isNaN(val)
6188
}
6189
6190
/**
6191
* 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