1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:47:44 +00:00

LibJS: Implement Temporal.Duration.prototype.months

This commit is contained in:
Linus Groh 2021-07-15 23:41:55 +01:00
parent 300a22f9b9
commit 8011409428
4 changed files with 30 additions and 0 deletions

View file

@ -236,6 +236,7 @@ namespace JS {
P(max) \
P(message) \
P(min) \
P(months) \
P(multiline) \
P(name) \
P(next) \