UNPKG

@eslamdevui/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

4 lines (3 loc) 145 B
export function getTextFromMessage(message) { return message.parts.filter((part) => part.type === "text").map((part) => part.text).join(""); }