UNPKG
code-story
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.0
0.1.0
0.0.1
Get your code activity log for standup from git
github.com/MoonW1nd/codestory
MoonW1nd/codestory
code-story
/
lib
/
services
/
renderData
/
index.d.ts
5 lines
(4 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
import
{
GitData
}
from
'@project-types/data'
;
import
{
Options
}
from
'@project-types/options'
;
declare
const
renderData
:
(
gitData
:
GitData
,
options
:
Options
) =>
Promise
<
void
>;
export
default
renderData;