Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-08-30 03:08:23 +00:00
commit e30903f9c4

View File

@ -34,7 +34,7 @@ export interface VariablesContextType {
* @returns
*
* ```ts
* const value = await parseVariable('{{ $user.name }}');
* const { value } = await parseVariable('{{ $user.name }}');
* console.log(value); // test
* ```
*/