UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

8 lines (7 loc) 258 B
import ts from 'typescript'; interface Options { readonly onlyFileName?: boolean; readonly noHighlight?: boolean; } export declare const getDiagnosticMessage: (diagnostic: ts.Diagnostic, { onlyFileName, noHighlight }?: Options) => string; export {};