UNPKG

@christianwiedemann/drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

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