UNPKG

leetcode-public-api

Version:

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

4 lines (2 loc) 98 B
import { ILeetCodeUser } from '..'; export type IParseAccount = (html: string) => ILeetCodeUser;