UNPKG

leetcode-public-api

Version:

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

6 lines (5 loc) 120 B
export type IFetchAccount = (a: string) => Promise<{ status: number; statusText: string; data: string | null; }>;