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

LibJS: Implement Temporal.Duration.prototype.days

This commit is contained in:
Linus Groh 2021-07-15 23:47:04 +01:00
parent 23d0c3494f
commit 2015640168
4 changed files with 30 additions and 0 deletions

View file

@ -101,6 +101,7 @@ namespace JS {
P(count) \
P(countReset) \
P(create) \
P(days) \
P(debug) \
P(decodeURI) \
P(decodeURIComponent) \