twing
Version:
First-class Twig engine for the JavaScript ecosystem
11 lines (10 loc) • 342 B
TypeScript
import type { TwingCallable } from "../../../callable-wrapper";
import { TwingSynchronousCallable } from "../../../callable-wrapper";
export declare const constant: TwingCallable<[
name: string,
object: any | null
]>;
export declare const constantSynchronously: TwingSynchronousCallable<[
name: string,
object: any | null
]>;