UNPKG

leetcode-public-api

Version:

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

8 lines (7 loc) 259 B
import { IGetLCAccount } from '../types'; /** * Fetches and parses a LeetCode profile using username. */ export declare const getLCAccount: IGetLCAccount; export { fetchAccount } from './lib/fetchAccount'; export { parseAccount } from './lib/parseAccount';