can-symbol
Version:
Well known symbols used to detail how to operate on different objects
8 lines (5 loc) • 414 B
Markdown
Boolean} can-symbol/symbols/isFunctionLike can.isFunctionLike
can-symbol/symbols/type
Set to `true` on objects with numeric indexes and length.
`@@can.isFunctionLike`
Setting the value of `can.isFunctionLike` to `true` on an object shows that this object can be called as a function. Setting it to `false` on a function shows that it should not be called as a function.
{