UNPKG

419 BTypeScriptView Raw
1import * as ts from 'typescript';
2import { NormalizedMessage } from './NormalizedMessage';
3export declare const createNormalizedMessageFromDiagnostic: (diagnostic: ts.Diagnostic) => NormalizedMessage;
4export declare const createNormalizedMessageFromRuleFailure: (lint: import("tslint").RuleFailure) => NormalizedMessage;
5export declare const createNormalizedMessageFromInternalError: (error: any) => NormalizedMessage;