UNPKG
ets-lsp
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Implementation of ets language server in node.
github.com/so-brian/ets-lsp
so-brian/ets-lsp
ets-lsp
/
dist
/
handlers
/
index.d.ts
3 lines
(2 loc)
•
74 B
TypeScript
View Raw
1
2
3
export
*
from
'./InitializeHandler'
;
export
*
from
'./CompletionHandler'
;