UNPKG
lean4-code-actions
Version:
latest (1.1.32)
1.1.32
Refactorings and snippets for Lean 4
lean4-code-actions
/
libs
/
utils
/
execa.d.ts
4 lines
(3 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
declare
module
'execa/lib/command'
{
export
function
getEscapedCommand
(
file
:
string
,
args
:
readonly
string
[]
):
string
}