UNPKG

twing

Version:

First-class Twig engine for Node.js

9 lines (8 loc) 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createIncludeNode = void 0; const include_1 = require("../include"); const createIncludeNode = (attributes, children, line, column, tag) => { return (0, include_1.createBaseIncludeNode)("include", attributes, children, line, column, tag); }; exports.createIncludeNode = createIncludeNode;