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 isReadOnlyPropertyIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-read-only-property-in@deno/mod.js' ;
45
+ import isReadOnlyPropertyIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-read-only-property-in@v0.2.1- deno/mod.js' ;
46
46
```
47
47
48
48
#### isReadOnlyPropertyIn( value, property )
@@ -135,7 +135,7 @@ bool = isReadOnlyPropertyIn( obj, 'accessor' );
135
135
<!-- eslint no- undef: " error" -->
136
136
137
137
` ` ` javascript
138
- import isReadOnlyPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-read-only-property-in@deno/mod.js';
138
+ import isReadOnlyPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-read-only-property-in@v0.2.1- deno/mod.js';
139
139
140
140
var bool = isReadOnlyPropertyIn( 'a', 'length' );
141
141
// returns true
You can’t perform that action at this time.
0 commit comments