@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    • Sniffs the runtime type of a value and maps it to a FilterFieldType.

      • number"number"
      • Date instance → "date"
      • ISO 8601 date strings (YYYY-MM-DD…) → "date"
      • everything else → "string"

      Parameters

      • value: unknown

      Returns FilterFieldType