diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index e73977a22933b4..7847e48748449e 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -4244,6 +4244,11 @@ declare namespace Temporal { }; } +interface Date { + /** @category Temporal */ + toTemporalInstant(): Temporal.Instant; +} + /** @category Intl */ declare namespace Intl { /** @category Intl */