Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ isMoment
Function
isMoment
code/gmane/Chart.bundle.js:1784–1786 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
1782
}
1783
1784
function
isMoment (obj) {
1785
return
obj instanceof Moment || (obj != null && obj._isAMomentObject != null);
1786
}
1787
1788
function
absFloor (number) {
1789
if
(number < 0) {
Callers
5
prepareConfig
Function · 0.85
cloneWithOffset
Function · 0.85
isAfter
Function · 0.85
isBefore
Function · 0.85
isSame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected