UNPKG

leetkick

Version:

A CLI tool for scaffolding LeetCode exercises with language-specific testing setups

3 lines (2 loc) 128 B
import type { Problem } from '../types/leetcode.js'; export declare function fetchProblem(titleSlug: string): Promise<Problem>;