Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 504 Bytes

types.basetypeimpl.basictype.md

File metadata and controls

17 lines (10 loc) · 504 Bytes

Home > @skunkteam/types > BaseTypeImpl > basicType

BaseTypeImpl.basicType property

The kind of values this type validates.

Signature:

abstract readonly basicType: BasicType | 'mixed';

Remarks

See BasicType for more info about the rationale behind the basic type.