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 @@ -44,7 +44,7 @@ limitations under the License.
44
44
<!-- eslint-disable id-length -->
45
45
46
46
``` javascript
47
- import inheritedWritableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@esm/index.mjs' ;
47
+ import inheritedWritableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@v0.2.0- esm/index.mjs' ;
48
48
```
49
49
50
50
#### inheritedWritableProperties( obj\[ , level] )
@@ -143,7 +143,7 @@ var pros = inheritedWritableProperties( f, 1 );
143
143
import hasSymbolSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@esm/index.mjs' ;
144
144
import Symbol from ' https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs' ;
145
145
import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@esm/index.mjs' ;
146
- import inheritedWritableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@esm/index.mjs' ;
146
+ import inheritedWritableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@v0.2.0- esm/index.mjs' ;
147
147
148
148
var hasSymbols = hasSymbolSupport ();
149
149
var props;
You can’t perform that action at this time.
0 commit comments