UNPKG

@aws-amplify/cli-internal

Version:
4 lines 304 B
export declare function twoStringSetsAreEqual(a: Set<string>, b: Set<string>): boolean; export declare function twoStringSetsAreDisjoint(a: Set<string>, b: Set<string>): boolean; export declare function findIntersections(a: Set<string>, b: Set<string>): Set<string>; //# sourceMappingURL=set-ops.d.ts.map