1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix(unstable): add Date#toTemporalInstant type (#22637)

This commit is contained in:
Kenta Moriuchi 2024-03-01 04:47:10 +09:00 committed by GitHub
parent fb31ae73e4
commit e4ef6a4b8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4244,6 +4244,11 @@ declare namespace Temporal {
};
}
interface Date {
/** @category Temporal */
toTemporalInstant(): Temporal.Instant;
}
/** @category Intl */
declare namespace Intl {
/** @category Intl */