Merge codeday/jason => codeday/isai
This commit is contained in:
@@ -12,7 +12,8 @@ export type Environment = {
|
||||
export type Variables = {
|
||||
key: string
|
||||
value: string
|
||||
}[]
|
||||
}[]
|
||||
|
||||
|
||||
const REGEX_ENV_VAR = /<<([^>]*)>>/g // "<<myVariable>>"
|
||||
const REGEX_PATH_VAR = /{{([^>]*)}}/g // "{{myVariable}}"
|
||||
|
||||
Reference in New Issue
Block a user