MCPcopy
hub / github.com/iamkun/dayjs / isValid

Method isValid

src/index.js:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 isValid() {
116 return !(this.$d.toString() === C.INVALID_DATE_STRING)
117 }
118
119 isSame(that, units) {
120 const other = dayjs(that)

Callers 9

formatMethod · 0.95
toJSONMethod · 0.95
parse.test.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
sortByFunction · 0.80
index.jsFile · 0.80

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected