@typedef {Boolean} can-symbol/symbols/isMapLike can.isMapLike
@parent can-symbol/symbols/type
@description Set to `true` to show that an object is usable like a Map with named properties.

@signature `@@can.isMapLike = true`

Shows that this object can be used with named properties, like a [can-define/map/map DefineMap].
