UNPKG

twing

Version:

First-class Twig engine for Node.js

4 lines (3 loc) 227 B
import type { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor"; export declare const executeBaseNode: TwingNodeExecutor; export declare const executeBaseNodeSynchronously: TwingSynchronousNodeExecutor;