UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

6 lines (5 loc) 185 B
import { TwingTagHandler } from "../tag-handler"; /** * Marks a section of a template to be escaped or not. */ export declare const createAutoEscapeTagHandler: () => TwingTagHandler;