UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

4 lines (3 loc) 238 B
export declare function setIntersection<T>(a: Iterable<T>, b: Set<T>): Set<T>; export declare function setDifference<T>(a: Iterable<T>, b: Iterable<T>): Set<T>; export declare function setUnion<T>(a: Iterable<T>, b: Iterable<T>): Set<T>;