Skip to content

IntentionalAny

Overview

Type IntentionalAny

to specify when any is actually the best type for the case (albeit slightly unfortunate). This is not a to-do to be removed.

@author Michael Kauzmann (PhET Interactive Simulations)

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

any

Source Code

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