UNPKG

drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

9 lines (6 loc) 286 B
import { newTwingFilter } from '../../helpers/twing.js'; import { name, options, acceptedArguments, renderVar } from './definition.js'; export async function callable(...args) { return renderVar(...args); } export default newTwingFilter(name, callable, options, acceptedArguments);