File tree 1 file changed +2
-2
lines changed
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@deno/mod.js' ;
45
+ import isDataPropertyIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@v0.2.2- deno/mod.js' ;
46
46
```
47
47
48
48
#### isDataPropertyIn( value, property )
@@ -131,7 +131,7 @@ bool = isDataPropertyIn( obj, 'accessor' );
131
131
<!-- eslint no- undef: " error" -->
132
132
133
133
` ` ` javascript
134
- import isDataPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@deno/mod.js';
134
+ import isDataPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@v0.2.2- deno/mod.js';
135
135
136
136
var bool = isDataPropertyIn( [ 'a' ], 'length' );
137
137
// returns true
You can’t perform that action at this time.
0 commit comments