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@deno/mod.js' ;
45
+ import enumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@v0.2.1- deno/mod.js' ;
46
46
```
47
47
48
48
#### enumerableProperties( obj )
@@ -83,7 +83,7 @@ var props = enumerableProperties( obj );
83
83
import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js' ;
84
84
import hasSymbolSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js' ;
85
85
import Symbol from ' https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js' ;
86
- import enumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@deno/mod.js' ;
86
+ import enumerableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@v0.2.1- deno/mod.js' ;
87
87
88
88
var hasSymbols = hasSymbolSupport ();
89
89
var props;
You can’t perform that action at this time.
0 commit comments