docs: describe getAllAsMap in the Parser docs (#3158)

This commit is contained in:
David Contreras 2024-02-14 10:03:12 -06:00 committed by GitHub
parent 77d13c659f
commit 60de1689de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,9 @@ The parser contains the following functions:
- `get(name)`
Retrieve a variable or function from the parser's scope.
- `getAll()`
Retrieve a map with all defined a variables from the parser's scope.
Retrieve an object with all defined variables in the parser's scope.
- `getAllAsMap()`
Retrieve a map with all defined variables in the parser's scope.
- `remove(name)`
Remove a variable or function from the parser's scope.
- `set(name, value)`