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