Update value.ts

This commit is contained in:
Corey Johnson 2025-10-16 09:55:10 -07:00
parent 82d727cc74
commit b7cc0fc064

View File

@ -17,7 +17,7 @@ export type Value =
variadic: boolean, variadic: boolean,
named: boolean, named: boolean,
value: '<function>' value: '<function>'
} }
export type Dict = Map<string, Value> export type Dict = Map<string, Value>