Type Alias MeaningfulTypeofExtractor

MeaningfulTypeofExtractor: (value: any) => string | undefined

Type declaration

    • (value: any): string | undefined
    • Parameters

      • value: any

      Returns string | undefined