UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

5 lines (4 loc) 347 B
import { TwingBaseBinaryNode } from "../binary"; export interface TwingStartsWithNode extends TwingBaseBinaryNode<"starts_with"> { } export declare const createStartsWithNode: (operands: [import("../../expression").TwingBaseExpressionNode, import("../../expression").TwingBaseExpressionNode], line: number, column: number) => TwingStartsWithNode;