Add regex to reef #1

Merged
defunkt merged 11 commits from regex into main 2025-10-16 21:15:42 +00:00
Showing only changes of commit b7cc0fc064 - Show all commits

View File

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