fix: add hints of 'bru' object for 'getFolderVar' and 'getCollectionVar' methods (#3062)

Co-authored-by: Chris Nagel <mail@chrisnagel.de>
This commit is contained in:
chrisn
2024-09-12 08:03:06 +02:00
committed by GitHub
parent 98a7aa1357
commit 9a57f3870f

View File

@@ -61,6 +61,8 @@ if (!SERVER_RENDERED) {
'bru.getProcessEnv(key)',
'bru.hasEnvVar(key)',
'bru.getEnvVar(key)',
'bru.getFolderVar(key)',
'bru.getCollectionVar(key)',
'bru.setEnvVar(key,value)',
'bru.hasVar(key)',
'bru.getVar(key)',