fp-filters - v0.5.3
Preparing search index...
date/isDayOfTheWeek
isDayOfTheWeek
Function isDayOfTheWeek
isDayOfTheWeek
(
day
:
|
"Sunday"
|
"Monday"
|
"Tuesday"
|
"Wednesday"
|
"Thursday"
|
"Friday"
|
"Saturday"
,
)
:
(
date
:
Date
)
=>
boolean
Higher-order function. Returns a predicate that compares a date with a day of the week.
Parameters
day
:
|
"Sunday"
|
"Monday"
|
"Tuesday"
|
"Wednesday"
|
"Thursday"
|
"Friday"
|
"Saturday"
Returns
(
date
:
Date
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fp-filters - v0.5.3
Loading...
Higher-order function. Returns a predicate that compares a date with a day of the week.