5 lines
No EOL
124 B
TypeScript
5 lines
No EOL
124 B
TypeScript
import ts from "typescript";
|
|
|
|
//#region src/index.d.ts
|
|
declare const plugin: ts.server.PluginModuleFactory;
|
|
export = plugin; |