UNPKG

can-symbol

Version:

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

8 lines (5 loc) 362 B
@typedef {Boolean} can-symbol/symbols/isListLike can.isListLike @parent can-symbol/symbols/type @description Set to `true` on objects with numeric indexes and length. @signature `@@can.isListLike` Setting the value of `can.isListLike` to `true` on an object shows that this object can be used with numeric properties, like a [can-define/list/list DefineList].