UNPKG

81 BTypeScriptView Raw
1export declare function toSet<TSource>(source: Iterable<TSource>): Set<TSource>;