Skip to main content

5 docs tagged with "Any"

View All Tags

'noImplicitAny': true

'noImplicitAny': true is defined as: to throw Exception when any Parameter inferred as any. Topics on: 'noImplicitAny': true does not throw on Variable Declarat

any

any is defined as: (default) untyped anonymous Type, can be literally anything. Topics on: any is bad because TSC is unable to do any type-checking. Read more:

Array

Array is defined as: ordered sequence of elements of any type (Primitive || Object). Topics on: Array, resizable, can contain mix of different data types, Zero-

Function Type

Function Type is defined as: Type to annotate Methods & Callback Function with implicit return of any. Topics on: use function type annotations to, use ': void'

unknown

unknown is defined as: Top Type to rep any value but also make it illegal to use (w/o Narrow). Topics on: //@ts-expect-error: Object is of Type 'unknown', unkno