• Templatizes the content in a form's zip object.

    Parameters

    • zipObject: JSZip

      Form zip object to templatize; it is modified in place

    • templateDictionary: any

      Dictionary of values to use when templatizing

    Returns Promise<JSZip>

    Promise that resolves to the modified zip object