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 @@ -44,7 +44,7 @@ limitations under the License.
44
44
<!-- eslint-disable id-length -->
45
45
46
46
``` javascript
47
- import inheritedEnumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-properties@deno/mod.js' ;
47
+ import inheritedEnumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-properties@v0.1.0- deno/mod.js' ;
48
48
```
49
49
50
50
#### inheritedEnumerableProperties( obj\[ , level] )
@@ -122,7 +122,7 @@ var pros = inheritedEnumerableProperties( f, 1 );
122
122
import hasSymbolSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js' ;
123
123
import Symbol from ' https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js' ;
124
124
import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js' ;
125
- import inheritedEnumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-properties@deno/mod.js' ;
125
+ import inheritedEnumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-properties@v0.1.0- deno/mod.js' ;
126
126
127
127
var hasSymbols = hasSymbolSupport ();
128
128
var props;
You can’t perform that action at this time.
0 commit comments