UNPKG

vite-esbuild-typescript-checker

Version:

* Speeds up [TypeScript](https://github.com/Microsoft/TypeScript) type checking * Supports [Vue Single File Component](https://vuejs.org/v2/guide/single-file-components.html) * Displays nice error messages with the [code frame](https://babeljs.io/docs/en/

4 lines (3 loc) 176 B
import { MessagePort } from 'worker_threads'; export declare function useProgram(port: MessagePort): void; export declare function invalidateProgram(withHost?: boolean): void;