Skip to content

ExclusiveIntersection

Overview

Type ExclusiveIntersection

Returns the intersection of up to 4 types, ensuring that none of them have any keys in common.

@author Jonathan Olson <jonathan.olson@colorado.edu> @author Sam Reid (PhET Interactive Simulations)

import type { ExclusiveIntersection } from 'scenerystack/phet-core';

A & B & C & D

Source Code

See the source for ExclusiveIntersection.ts in the phet-core repository.