UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

8 lines (7 loc) 261 B
import { TwingCallable, TwingSynchronousCallable } from "../../../callable-wrapper"; export declare const isDefined: TwingCallable<[ value: any ], boolean>; export declare const isDefinedSynchronously: TwingSynchronousCallable<[ value: any ], boolean>;