Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ isoformat
Function
isoformat
js/botasaurus-server-js/src/models.ts:130–132 ·
view source on GitHub ↗
(obj: Date | null | undefined)
Source
from the content-addressed store, hash-verified
128
}
129
130
function
isoformat(obj: Date | null | undefined): string | null {
131
return
obj ? obj.toISOString() : null;
132
}
133
134
135
Callers
3
createTasks
Function · 0.90
serializeUiOutputTask
Function · 0.70
serializeTask
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected