Repository URL to install this package:
declare const toSet: <Type>(x: Type) => Set<Type>; export { toSet }; export default toSet;