typend
Index
Interfaces
- Converter
- Describer
- Library
- Pattern
- PatternType
- PatternValidator
- PatternValidatorType
- Stringifiable
- Transformer
- TypeConverter
- TypeDescriber
- TypeTransformer
- Utility
- UtilityType
- Validator
Type aliases
- Class
- ClassDecorator
- DescriberFormatting
- Expectation
- InternalCollection
- Native
- Primitive
- PropertyDescriptor
- Prototype
- Type
Type aliases
Class
Ƭ Class: object
Type declaration:
ClassDecorator
Ƭ ClassDecorator: function
Type declaration:
▸ ‹TFunction›(target
: TFunction): TFunction | void
Type parameters:
▪ TFunction: Function
Parameters:
Name | Type |
---|---|
target | TFunction |
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