UNPKG

@zern/tsls

Version:

TypeScript Language Service plugin for Zern Kernel virtual type augmentations

8 lines (7 loc) 209 B
import type ts from 'typescript/lib/tsserverlibrary'; declare function init(_modules: { typescript: typeof ts; }): { create: (info: ts.server.PluginCreateInfo) => ts.LanguageService; }; export = init;