UNPKG

@christianwiedemann/drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

9 lines (6 loc) 262 B
import { newTwingFilter } from '../../helpers/twing.js'; import { name, options, without } from './definition.js'; export function callable(element, ...argsMap) { return without(element, ...argsMap); } export default newTwingFilter(name, callable, options);