UNPKG

drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

12 lines (11 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _twing = require("twing"); const newTwingFilter = (name, callable, options, acceptedArguments = []) => new _twing.TwingFilter(name, callable, // @TODO File bug report; 3rd argument should be options. acceptedArguments, options); var _default = newTwingFilter; exports.default = _default;