Enables tree-shaking for bundlers by marking all library packages as side-effect-free. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@reviq/frontend-utils
Frontend-specific utilities for the RevIQ publisher dashboard.
Usage
import { getOrgColor, getOrgInitials } from "@reviq/frontend-utils";
Exports
getOrgInitials(org)- Get display initials from an organization's slug or display namegetOrgColor(org)- Get a consistent HSL color based on the organization slugOrgLike- Type interface for organization objects