MCPcopy Create free account
hub / github.com/openai/openai-node / serializeDate

Function serializeDate

src/internal/qs/stringify.ts:41–43  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

39 /** @deprecated */
40 indices: false,
41 serializeDate(date) {
42 return (toISOString ??= Function.prototype.call.bind(Date.prototype.toISOString))(date);
43 },
44 skipNulls: false,
45 strictNullHandling: false,
46} as NonNullableProperties<StringifyOptions & { formatter: (typeof formatters)['RFC1738'] }>;

Callers 1

inner_stringifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected