-
-
Notifications
You must be signed in to change notification settings - Fork 104
[Replacement]: english-days #1131
Copy link
Copy link
Closed
Labels
acceptedUsed to signal if a suggested replacement has been accepted.Used to signal if a suggested replacement has been accepted.
Description
Activity
Metadata
Metadata
Assignees
Labels
acceptedUsed to signal if a suggested replacement has been accepted.Used to signal if a suggested replacement has been accepted.
Package to replace
english-days
Package link
https://npmx.dev/package/english-days
Suggested replacement
const days = [
"sunday",
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday"
]
Rationale
This is a Miro utility that should be a constant in your app.
Availability
All enveroments (arrays have been supported since the begining of js)
Code example