Skip to content

IntentionalAny

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/phet-core/blob/main/js/types/IntentionalAny.ts for the most up-to-date information.

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.