UNPKG

@christianwiedemann/drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

6 lines (4 loc) 211 B
// Use shared state object between CommonJS and ES Module versions of the code. // @see https://nodejs.org/api/packages.html#approach-2-isolate-state import { state } from '../state.cjs'; export default state;