update in code docs

This commit is contained in:
Philipp Kunz 2017-05-01 17:01:58 +02:00
parent 0382c410e9
commit cacb7eff6c

View File

@ -30,7 +30,8 @@ export let findVarsInHbsString = async (hbsStringArg: string) => {
/** /**
* checks if supplied variables satisfy an handlebars template * checks if supplied variables satisfy an handlebars template
* @param hbsStringArg * @param hbsStringArg
* @param varObjectArg * @param varObjectArg
* @return string array with missing variable names
*/ */
export let checkVarsSatisfaction = async (hbsStringArg: string, varObjectArg: any) => { export let checkVarsSatisfaction = async (hbsStringArg: string, varObjectArg: any) => {
// required vars as combined deep string with . notation // required vars as combined deep string with . notation