UNPKG

vite-typescript-plugin

Version:

A Vite plugin for seamless integration between Vite and Typescript.

3 lines (2 loc) 188 B
import { CustomCompilerHost } from "."; export declare function emitFileIfChanged(this: CustomCompilerHost, fileName: string, code?: string): import("./emitFileCode").EmitFileValueType;