UNPKG

@glint/core

Version:

A CLI for performing typechecking on Glimmer templates

5 lines (4 loc) 192 B
import type * as TS from 'typescript'; declare type TypeScript = typeof TS; export declare function buildDiagnosticFormatter(ts: TypeScript): (diagnostic: TS.Diagnostic) => string; export {};