@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    • Converts a camelCase or snake_case key into a human-readable label.

      Parameters

      • key: string

      Returns string

      humanizeKey("firstName");  // "First Name"
      humanizeKey("created_at"); // "Created At"