update in code docs
This commit is contained in:
parent
0382c410e9
commit
cacb7eff6c
@ -30,7 +30,8 @@ export let findVarsInHbsString = async (hbsStringArg: string) => {
|
||||
/**
|
||||
* checks if supplied variables satisfy an handlebars template
|
||||
* @param hbsStringArg
|
||||
* @param varObjectArg
|
||||
* @param varObjectArg
|
||||
* @return string array with missing variable names
|
||||
*/
|
||||
export let checkVarsSatisfaction = async (hbsStringArg: string, varObjectArg: any) => {
|
||||
// required vars as combined deep string with . notation
|
||||
|
Loading…
Reference in New Issue
Block a user