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.
2222In JavaScript, Temporal is a global builtin namespace object that
2323includes each of these nine builtins:
2424
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 `
3434
3535But to be honest, this post isn't meant to give an overview of Temporal
3636and 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