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 @@ -42,7 +42,7 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import enumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@esm/index.mjs' ;
45
+ import enumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
#### enumerableProperties( obj )
@@ -88,7 +88,7 @@ var props = enumerableProperties( obj );
88
88
import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@esm/index.mjs' ;
89
89
import hasSymbolSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@esm/index.mjs' ;
90
90
import Symbol from ' https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs' ;
91
- import enumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@esm/index.mjs' ;
91
+ import enumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@v0.2.1- esm/index.mjs' ;
92
92
93
93
var hasSymbols = hasSymbolSupport ();
94
94
var props;
You can’t perform that action at this time.
0 commit comments