We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c98588 commit be3e1efCopy full SHA for be3e1ef
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@esm/index.mjs';
+import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@v0.2.1-esm/index.mjs';
46
```
47
48
#### isDataProperty( value, property )
@@ -130,7 +130,7 @@ bool = isDataProperty( obj, 'accessor' );
130
<body>
131
<script type="module">
132
133
134
135
var bool = isDataProperty( [ 'a' ], 'length' );
136
// returns true
0 commit comments