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 defineProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@deno/mod.js' ;
45
+ import defineProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@v0.2.0- deno/mod.js' ;
46
46
```
47
47
48
48
#### defineProperties( obj, properties )
@@ -101,7 +101,7 @@ The `properties` parameter is an `object` whose own enumerable property values a
101
101
<!-- eslint no-undef: "error", no-restricted-syntax: "off" -->
102
102
103
103
``` javascript
104
- import defineProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@deno/mod.js' ;
104
+ import defineProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@v0.2.0- deno/mod.js' ;
105
105
106
106
function Person ( name ) {
107
107
if ( ! (this instanceof Person) ) {
You can’t perform that action at this time.
0 commit comments