UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

5 lines (4 loc) 201 B
import { render } from '../util.js'; export default function appendTpl(to, contents, context, tplSettings, options) { this.append(to, render(contents.toString(), context, tplSettings), options); }