UNPKG

527 BTypeScriptView Raw
1import * as reflect from 'jsii-reflect';
2import { ComparisonOptions, Mismatches } from './types';
3/**
4 * Compare two assemblies
5 *
6 * We currently only check for compatibility (a full diff is
7 * harder :). The only thing we have to do is check for every API
8 * item whether it's still available and has the same shape (or
9 * bigger) in the new API.
10 */
11export declare function compareAssemblies(original: reflect.Assembly, updated: reflect.Assembly, options?: ComparisonOptions): Mismatches;
12//# sourceMappingURL=index.d.ts.map
\No newline at end of file