export function isSet(value: unknown): value is ReadonlySet { return value instanceof Set; }