UNPKG

431 BTypeScriptView Raw
1export { diff, DiffRule, Rule, CompletionArgs, CompletionHandler, UsageHandler, } from './diff';
2export { validate, InvalidDocument } from './validate';
3export { similar, SimilarMap } from './similar';
4export * from './coverage';
5export { Change, CriticalityLevel, Criticality, ChangeType, } from './diff/changes/change';
6export { getTypePrefix } from './utils/graphql';
7export { Target, Rating, BestMatch } from './utils/string';