UNPKG

twing

Version:

First-class Twig engine for Node.js

6 lines (5 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createBitwiseAndNode = void 0; const binary_1 = require("../binary"); exports.createBitwiseAndNode = (0, binary_1.createBinaryNodeFactory)("bitwise_and");