UNPKG

drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

7 lines (4 loc) 241 B
import { newTwigExtension } from '../../helpers/twig.js'; import { name, options, acceptedArguments, link } from './definition.js'; export const callable = link; export default newTwigExtension(name, callable, options, acceptedArguments);