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 isDataProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@deno/mod.js' ;
45
+ import isDataProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@v0.2.2- deno/mod.js' ;
46
46
```
47
47
48
48
#### isDataProperty( value, property )
@@ -125,7 +125,7 @@ bool = isDataProperty( obj, 'accessor' );
125
125
<!-- eslint no- undef: " error" -->
126
126
127
127
` ` ` javascript
128
- import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@deno/mod.js';
128
+ import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@v0.2.2- deno/mod.js';
129
129
130
130
var bool = isDataProperty( [ 'a' ], 'length' );
131
131
// returns true
You can’t perform that action at this time.
0 commit comments