tsd
Version:
Check TypeScript type definitions
6 lines (5 loc) • 308 B
TypeScript
import makeDiagnostic from './make-diagnostic';
import makeDiagnosticWithDiff from './make-diagnostic-with-diff';
import getJSONPropertyPosition from './get-json-property-position';
import * as tsutils from './typescript';
export { getJSONPropertyPosition, makeDiagnostic, makeDiagnosticWithDiff, tsutils };