UNPKG
@zern/tsls
Version:
latest (0.1.0)
0.1.0
TypeScript Language Service plugin for Zern Kernel virtual type augmentations
@zern/tsls
/
dist
/
index.d.ts
8 lines
(7 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
ts
from
'typescript/lib/tsserverlibrary'
;
declare
function
init
(
_modules
: { typescript:
typeof
ts; }
): {
create
:
(
info
: ts.server.
PluginCreateInfo
) =>
ts.
LanguageService
; };
export
= init;