UNPKG
@techtalkers/codeforces
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
A package to extract codeforeces metadata
@techtalkers/codeforces
/
dist
/
index.d.ts
5 lines
(4 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
import
{
CodeforcesData
}
from
'@techtalkers/types'
;
declare
function
fetchCodeForcesData
(
name
:
string
):
Promise
<
CodeforcesData
>;
declare
function
checkCodeForcesUsername
(
username
:
string
):
Promise
<
Boolean
>;
export
{ fetchCodeForcesData, checkCodeForcesUsername };