MCPcopy 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

prepareConfigFunction · 0.85
cloneWithOffsetFunction · 0.85
isAfterFunction · 0.85
isBeforeFunction · 0.85
isSameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected