parser.ts

This commit is contained in:
nirholas
2026-03-31 10:24:11 +00:00
parent 2b3cdbeeca
commit 4829237cdd

View File

@@ -228,3 +228,4 @@ function stripQuotes(text: string): string {
? text.slice(1, -1)
: text
}