novx
    Preparing search index...

    Class EnumType<T>

    this constraint class adds specific checks for a specific class instances.

    Type Parameters

    • T extends Record<string, number | string>

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    baseType: string = "string"
    keys: any[]
    message?: string
    name?: string
    tests: Test<T>[] = []
    type: T
    cache: {} = {}

    Methods