UNPKG

twing

Version:

First-class Twig engine for Node.js

8 lines (7 loc) 145 B
/** * Count all elements in an object. * * @param {*} countable * @returns {number} */ export declare const count: (countable: any) => any;