UNPKG

can-symbol

Version:

Well known symbols used to detail how to operate on different objects

8 lines (5 loc) 323 B
@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].