typend

Index

Interfaces

Type aliases

Type aliases

Class

Ƭ Class: object

Type declaration:


ClassDecorator

Ƭ ClassDecorator: function

Type declaration:

▸ ‹TFunction›(target: TFunction): TFunction | void

Type parameters:

TFunction: Function

Parameters:

NameType
targetTFunction

DescriberFormatting

Ƭ DescriberFormatting: "compact" | "debug" | "default"


Expectation

Ƭ Expectation: Pattern | any


InternalCollection

Ƭ InternalCollection: Record‹keyof any, boolean›


Native

Ƭ Native: any | string | number | boolean | symbol | void | undefined | null | never | unknown


Primitive

Ƭ Primitive: null | undefined | string | number | boolean | symbol | bigint


PropertyDescriptor

Ƭ PropertyDescriptor: object

Type declaration:

  • configurable: boolean

  • enumerable: boolean

  • value: any

  • writable: boolean


Prototype

Ƭ Prototype: Record‹keyof any, any›


Type

Ƭ Type: any