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 inheritedNonEnumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-nonenumerable-properties@deno/mod.js' ;
47
+ import inheritedNonEnumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-nonenumerable-properties@v0.3.0- deno/mod.js' ;
48
48
```
49
49
50
50
#### inheritedNonEnumerableProperties( obj\[ , level] )
@@ -138,7 +138,7 @@ var pros = inheritedNonEnumerableProperties( f, 1 );
138
138
import hasSymbolSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js' ;
139
139
import Symbol from ' https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js' ;
140
140
import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js' ;
141
- import inheritedNonEnumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-nonenumerable-properties@deno/mod.js' ;
141
+ import inheritedNonEnumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-nonenumerable-properties@v0.3.0- deno/mod.js' ;
142
142
143
143
var hasSymbols = hasSymbolSupport ();
144
144
var props;
You can’t perform that action at this time.
0 commit comments