has top-level property

Function has
getter/setter pair

Implementation

Function has = (String pathArrayString) =>
    (obj) => hasFromArray(pathArrayString.split('.'), obj);