UNPKG
@techtalkers/codechef
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A package to extract codechef metadata.
@techtalkers/codechef
/
dist
/
index.d.ts
5 lines
(4 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
import
{
CodeChefData
}
from
'@techtalkers/types'
;
declare
function
fetchCodechefData
(
name
:
string
):
Promise
<
CodeChefData
>;
declare
function
checkCodeChefUsername
(
username
:
string
):
Promise
<
Boolean
>;
export
{ fetchCodechefData, checkCodeChefUsername };