feat: support for predefined variables (#3886)

Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Kishan Jadav
2024-09-30 09:47:34 +01:00
committed by jamesgeorge007
parent db8cf229ac
commit e4d9f82a75
14 changed files with 608 additions and 17 deletions

View File

@@ -4,3 +4,4 @@ export * from "./collection"
export * from "./rawKeyValue"
export * from "./environment"
export * from "./global-environment"
export * from "./predefinedVariables"