Merge pull request #483 from basecamp/fizzy-llm-experiment

Fizz Do with AI
This commit is contained in:
Jorge Manrubia
2025-05-16 17:39:01 +02:00
committed by GitHub
69 changed files with 14129 additions and 131 deletions
+3
View File
@@ -0,0 +1,3 @@
export function isMultiLineString(string) {
return /\r|\n/.test(string)
}