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@deno/mod.js' ;
45
+ import isConfigurableProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@v0.2.2- deno/mod.js' ;
46
46
```
47
47
48
48
#### isConfigurableProperty( value, property )
@@ -121,7 +121,7 @@ bool = isConfigurableProperty( obj, 'boop' );
121
121
<!-- eslint no- undef: " error" -->
122
122
123
123
` ` ` javascript
124
- import isConfigurableProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@deno/mod.js';
124
+ import isConfigurableProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@v0.2.2- deno/mod.js';
125
125
126
126
var bool = isConfigurableProperty( { 'a': 'b' }, 'a' );
127
127
// returns true
You can’t perform that action at this time.
0 commit comments