@aws-amplify/cli-internal
Version:
Amplify CLI
4 lines • 304 B
TypeScript
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