UNPKG

leetcode-public-api

Version:

An unofficial public API for LeetCode with full type support and zero dependencies!

6 lines (5 loc) 161 B
import { IFetchAccount } from '../../types'; /** * Fetches the HTML for a LeetCode profile using username */ export declare const fetchAccount: IFetchAccount;