UNPKG

leetcode-tools

Version:
4 lines (3 loc) 178 B
export declare function Sleep(ms: number): Promise<void>; export declare function GetIdx(ix: number): string; export declare function EscapeStatement(statement: string): string;