From b7cc0fc06462389807a0649c178fa79bc4524a28 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 16 Oct 2025 09:55:10 -0700 Subject: [PATCH] Update value.ts --- src/value.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/value.ts b/src/value.ts index 035f036..8da40da 100644 --- a/src/value.ts +++ b/src/value.ts @@ -17,7 +17,7 @@ export type Value = variadic: boolean, named: boolean, value: '' - } +} export type Dict = Map