Has - Checks if path is a direct property of object.
has({ 'a': { 'b': 2 } }, 'a'); // returns true
{boolean}
Generated using TypeDoc
Has - Checks if path is a direct property of object.
has({ 'a': { 'b': 2 } }, 'a'); // returns true
has({ 'a': { 'b': 2 } }, 'a'); // returns true