UNPKG
coc.nvim
Version:
latest (0.0.83-next.9)
next (0.0.83-next.24)
0.0.83-next.24
0.0.83-next.23
0.0.83-next.22
0.0.83-next.21
0.0.83-next.20
0.0.83-next.19
0.0.83-next.18
0.0.83-next.17
0.0.83-next.16
0.0.83-next.15
0.0.83-next.14
0.0.83-next.13
0.0.83-next.11
0.0.83-next.10
0.0.83-next.9
0.0.83-next.8
0.0.83-next.7
0.0.83-next.6
0.0.83-next.5
0.0.83-next.4
0.0.83-next.3
0.0.83-next.2
0.0.83-next.1
0.0.82
0.0.81
0.0.81-next.29
0.0.81-next.28
0.0.81-next.27
0.0.81-next.26
0.0.81-next.25
0.0.81-next.24
0.0.81-next.23
0.0.81-next.22
0.0.81-next.21
0.0.81-next.20
0.0.81-next.19
0.0.81-next.18
0.0.81-next.17
0.0.81-next.16
0.0.81-next.15
0.0.81-next.14
0.0.81-next.13
0.0.81-next.12
0.0.81-next.11
0.0.81-next.10
0.0.81-next.9
0.0.81-next.8
0.0.81-next.7
0.0.81-next.6
0.0.81-next.5
0.0.81-next.4
0.0.81-next.3
0.0.81-next.2
0.0.81-next.1
0.0.81-next.0
0.0.80
0.0.79
0.0.79-next.22
0.0.79-next.21
0.0.79-next.20
0.0.79-next.19
0.0.79-next.18
0.0.79-next.17
0.0.79-next.16
0.0.79-next.15
0.0.79-next.14
0.0.79-next.13
0.0.79-next.12
0.0.79-next.11
0.0.79-next.10
0.0.79-next.9
0.0.79-next.8
0.0.79-next.7
0.0.79-next.6
0.0.79-next.5
0.0.79-next.4
0.0.79-next.3
0.0.79-next.2
0.0.79-next.1
0.0.77
0.0.76
0.0.75
0.0.74
0.0.73
0.0.72
0.0.71
0.0.70
0.0.69
0.0.68
0.0.67
0.0.66
0.0.66-next.1
0.0.65
0.0.62
0.0.61
0.0.58
0.0.57
0.0.56
0.0.55
0.0.53
0.0.52
0.0.46
0.0.42
0.0.39
0.0.32
0.0.29
0.0.28
0.0.27
0.0.25
0.0.23
0.0.21
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
LSP based intellisense engine for neovim & vim8.
github.com/neoclide/coc.nvim
neoclide/coc.nvim
coc.nvim
/
lib
/
model
/
download.d.ts
9 lines
(8 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
DownloadOptions
}
from
'../types'
;
/** * Download and extract tgz from url * *
@param
{
string
}
url
*
@param
{
DownloadOptions
} options contains dest folder and optional onProgress callback */
export
default
function
download
(
url: string, options: DownloadOptions
):
Promise
<
void
>;