Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iamkun/dayjs
/ toJSON
Method
toJSON
src/index.js:415–417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
413
}
414
415
toJSON() {
416
return
this.isValid() ? this.toISOString() : null
417
}
418
419
toISOString() {
420
// ie 8 return
Callers
nothing calls this directly
Calls
2
isValid
Method · 0.95
toISOString
Method · 0.95
Tested by
no test coverage detected