UNPKG

60 BTypeScriptView Raw
1export declare function convertToSet<T>(list: T[]): Set<T>;