MCPcopy 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
130function isoformat(obj: Date | null | undefined): string | null {
131 return obj ? obj.toISOString() : null;
132}
133
134
135

Callers 3

createTasksFunction · 0.90
serializeUiOutputTaskFunction · 0.70
serializeTaskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected