UNPKG
leetcode-tools
Version:
latest (1.14.5)
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.0
1.12.1
1.12.0
1.11.1
1.11.0
1.10.1
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
A cli tool to enjoy leetcode!
github.com/Dup4/leetcode-tools
Dup4/leetcode-tools
leetcode-tools
/
dist
/
utils.d.ts
4 lines
(3 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
export
declare
function
Sleep
(
ms
:
number
):
Promise
<
void
>;
export
declare
function
GetIdx
(
ix
:
number
):
string
;
export
declare
function
EscapeStatement
(
statement
:
string
):
string
;