UNPKG

drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

12 lines (9 loc) 272 B
import { newTwigExtension } from '../../helpers/twig.js'; import { name, options, acceptedArguments, createAttribute, } from './definition.js'; export const callable = createAttribute; export default newTwigExtension(name, callable, options, acceptedArguments);