UNPKG

@hi18n/ts-plugin

Version:

Message internationalization meets immutability and type-safety - TypeScript language server plugin

8 lines 281 B
import type ts from "typescript/lib/tsserverlibrary"; declare function init(modules: { typescript: typeof import("typescript/lib/tsserverlibrary"); }): { create: (info: ts.server.PluginCreateInfo) => ts.LanguageService; }; export = init; //# sourceMappingURL=index.d.ts.map