diff --git a/ts/smarthbs.variables.ts b/ts/smarthbs.variables.ts index 30dd243..6d0ec21 100644 --- a/ts/smarthbs.variables.ts +++ b/ts/smarthbs.variables.ts @@ -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