File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ zone aware manner that includes nine objects with over 200+ methods.
22
22
In JavaScript, Temporal is a global builtin namespace object that
23
23
includes each of these nine builtins:
24
24
25
- - Temporal.Now
26
- - Temporal.PlainDate
27
- - Temporal.PlainTime
28
- - Temporal.PlainDateTime
29
- - Temporal.ZonedDateTime
30
- - Temporal.Duration
31
- - Temporal.Instant
32
- - Temporal.PlainYearMonth
33
- - Temporal.PlainMonthDay
25
+ - ` Temporal.Now `
26
+ - ` Temporal.PlainDate `
27
+ - ` Temporal.PlainTime `
28
+ - ` Temporal.PlainDateTime `
29
+ - ` Temporal.ZonedDateTime `
30
+ - ` Temporal.Duration `
31
+ - ` Temporal.Instant `
32
+ - ` Temporal.PlainYearMonth `
33
+ - ` Temporal.PlainMonthDay `
34
34
35
35
But to be honest, this post isn't meant to give an overview of Temporal
36
36
and its general API. If Temporal is news to you and you are interested
You can’t perform that action at this time.
0 commit comments