set.d.ts 60 B

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