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 inheritedEnumerablePropertySymbols from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@deno/mod.js' ;
47
+ import inheritedEnumerablePropertySymbols from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.1- deno/mod.js' ;
48
48
```
49
49
50
50
#### inheritedEnumerablePropertySymbols( obj\[ , level] )
@@ -110,7 +110,7 @@ var symbols = inheritedEnumerablePropertySymbols( [], 1 );
110
110
import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js' ;
111
111
import hasSymbolSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js' ;
112
112
import Symbol from ' https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js' ;
113
- import inheritedEnumerablePropertySymbols from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@deno/mod.js' ;
113
+ import inheritedEnumerablePropertySymbols from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.1- deno/mod.js' ;
114
114
115
115
var hasSymbols = hasSymbolSupport ();
116
116
var symbols;
You can’t perform that action at this time.
0 commit comments