summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tsc/dts/lib.deno.unstable.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts
index e73977a22..7847e4874 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 */