UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

3 lines (2 loc) 161 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>;