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 isConfigurableProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@esm/index.mjs' ;
45
+ import isConfigurableProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
#### isConfigurableProperty( value, property )
@@ -126,7 +126,7 @@ bool = isConfigurableProperty( obj, 'boop' );
126
126
<body>
127
127
<script type="module">
128
128
129
- import isConfigurableProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@esm/index.mjs';
129
+ import isConfigurableProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@v0.2.2- esm/index.mjs';
130
130
131
131
var bool = isConfigurableProperty( { 'a': 'b' }, 'a' );
132
132
// returns true
You can’t perform that action at this time.
0 commit comments