UNPKG

twing

Version:

First-class Twig engine for Node.js

11 lines (10 loc) 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createSandboxNode = void 0; const node_1 = require("../node"); const createSandboxNode = (body, line, column, tag) => { return (0, node_1.createBaseNode)("sandbox", {}, { body }, line, column, tag); }; exports.createSandboxNode = createSandboxNode;