UNPKG
oicontest
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.0
1.0.1
1.0.0
OI Contest Management Tool
oicontest
/
dist
/
lib
/
pdf.d.ts
3 lines
(2 loc)
•
119 B
TypeScript
View Raw
1
2
3
import
{
ContestConfig
}
from
'./config'
;
export
declare
function
generatePDF
(
config
:
ContestConfig
):
Promise
<
string
>;