UNPKG

@techtalkers/codechef

Version:

A package to extract codechef metadata.

5 lines (4 loc) 253 B
import { CodeChefData } from '@techtalkers/types'; declare function fetchCodechefData(name: string): Promise<CodeChefData>; declare function checkCodeChefUsername(username: string): Promise<Boolean>; export { fetchCodechefData, checkCodeChefUsername };