UNPKG

twing

Version:

First-class Twig engine for Node.js

9 lines (8 loc) 219 B
/** * Converts input to Map. * * @param {*} thing * @returns {Map<any, any>} */ export declare const iteratorToMap: (thing: any) => Map<any, any>; export declare const iterableToMap: (thing: any) => Map<any, any>;