We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e005dae commit 7d45684Copy full SHA for 7d45684
lib/node_modules/@stdlib/assert/deep-has-property/README.md
@@ -12,7 +12,7 @@ var deepHasProp = require( '@stdlib/assert/deep-has-property' );
12
13
#### deepHasProp( value, path\[, options] )
14
15
-Returns a `boolean` indicating if a `value` has a specified `path`.
+Returns a `boolean` indicating if a `value` has a specified `path`, either own or inherited.
16
17
<!-- eslint-disable object-curly-newline, object-curly-spacing -->
18
0 commit comments