UNPKG

@techtalkers/codeforces

Version:

A package to extract codeforeces metadata

5 lines (4 loc) 265 B
import { CodeforcesData } from '@techtalkers/types'; declare function fetchCodeForcesData(name: string): Promise<CodeforcesData>; declare function checkCodeForcesUsername(username: string): Promise<Boolean>; export { fetchCodeForcesData, checkCodeForcesUsername };