UNPKG

@christianwiedemann/drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

5 lines (3 loc) 217 B
import { newTwingFunction } from '../../helpers/twing.js'; import { acceptedArguments, name, options, renderVar } from './definition.js'; export default newTwingFunction(name, renderVar, options, acceptedArguments);