UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

9 lines (8 loc) 214 B
/** * Check that an object is traversable in the sense of PHP, * i.e. implements PHP Traversable interface * * @param value * @returns {boolean} */ export declare function isTraversable(value: any): boolean;