update in code docs
This commit is contained in:
parent
0382c410e9
commit
cacb7eff6c
@ -31,6 +31,7 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user