[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [MapLike](./js-utils.maplike.md) ## MapLike type A `Map` or dictionary object with string keys and `TVal` values. Signature: ```typescript export declare type MapLike = Map | Dict; ``` References: [Dict](./js-utils.dict.md)