obsidian-portfolio
Portfolio
Source
Preparing search index...
app/components/sidebar/hooks/useGithubActivity
default
Function default
default
(
username
:
string
,
DATE
:
Date
,
)
:
{
calendar
:
CalendarDateEntryType
[]
;
commits
:
GithubActivityData
;
error
:
Error
|
null
;
handleRefresh
:
()
=>
Promise
<
void
>
;
isLoading
:
boolean
;
}
Parameters
username
:
string
DATE
:
Date
Returns
{
calendar
:
CalendarDateEntryType
[]
;
commits
:
GithubActivityData
;
error
:
Error
|
null
;
handleRefresh
:
()
=>
Promise
<
void
>
;
isLoading
:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Portfolio
Source
obsidian-portfolio
Loading...