vite-react
Preparing search index...
src/services/wordle_api
GetCurrentWordOfDay
Function GetCurrentWordOfDay
GetCurrentWordOfDay
(
day
:
number
,
max_retries
?:
number
,
)
:
Promise
<
undefined
|
string
>
Get the current wordle word
Parameters
day
:
number
the number of days since the epoch
max_retries
:
number
= 5
Returns
Promise
<
undefined
|
string
>
the current wordle word from the api
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
vite-react
Loading...
Get the current wordle word