UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

6 lines (5 loc) • 220 B
export { joinEnglish }; declare function joinEnglish(arr: string[] | readonly string[], conjunction: 'or' | 'and', { color, trailingComma }?: { color?: (s: string) => string; trailingComma?: boolean; }): string;