1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:57:45 +00:00

LibJS: Implement Temporal.Duration.prototype.minutes

This commit is contained in:
Linus Groh 2021-07-15 23:51:02 +01:00
parent 067c2346ed
commit dbdbfbeebc
4 changed files with 30 additions and 0 deletions

View file

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