UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

4 lines (3 loc) 271 B
import { TwingCallable, TwingSynchronousCallable } from "../../../callable-wrapper"; export declare const isSameAs: TwingCallable<[a: any, comparand: any], boolean>; export declare const isSameAsSynchronously: TwingSynchronousCallable<[a: any, comparand: any], boolean>;