(date)
| 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'] }>; |