(key)
| 27979 | }; |
| 27980 | |
| 27981 | var property = function(key) { |
| 27982 | return function(obj) { |
| 27983 | return obj == null ? void 0 : obj[key]; |
| 27984 | }; |
| 27985 | }; |
| 27986 | |
| 27987 | // Helper for collection methods to determine whether a collection |
| 27988 | // should be iterated as an array or as an object |