twing
Version:
First-class Twig engine for Node.js
9 lines (8 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createBaseIncludeNode = void 0;
const node_1 = require("../node");
const createBaseIncludeNode = (type, attributes, children, line, column, tag) => {
return (0, node_1.createBaseNode)(type, attributes, children, line, column, tag);
};
exports.createBaseIncludeNode = createBaseIncludeNode;