File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import isDataPropertyIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@esm/index.mjs' ;
45
+ import isDataPropertyIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
#### isDataPropertyIn( value, property )
@@ -136,7 +136,7 @@ bool = isDataPropertyIn( obj, 'accessor' );
136
136
<body>
137
137
<script type="module">
138
138
139
- import isDataPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@esm/index.mjs';
139
+ import isDataPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@v0.2.2- esm/index.mjs';
140
140
141
141
var bool = isDataPropertyIn( [ 'a' ], 'length' );
142
142
// returns true
You can’t perform that action at this time.
0 commit comments