UNPKG

340 BTypeScriptView Raw
1import * as ts from "typescript";
2import * as tsServer from "typescript/lib/tsserverlibrary";
3/**
4 * Export a function for the ts-service to initialize our plugin.
5 * @param typescript
6 */
7declare function init({ typescript }: {
8 typescript: typeof ts;
9}): tsServer.server.PluginModule;
10export = init;
11//# sourceMappingURL=index.d.ts.map
\No newline at end of file