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