Join With Line function

This commit is contained in:
2022-02-13 13:09:53 +10:00
parent 445cbbabe5
commit 430ad87880
3 changed files with 7 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ open Thoth.Json.Net
let (|?) lhs rhs = if lhs = null then rhs else lhs
let joinWithNewLine (arr: string[]) = arr |> String.concat "\n"
let getCurrentVenue () = 1
let map list = list |> Map.ofList