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.
4242## Usage
4343
4444``` javascript
45- import writableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties@deno/mod.js' ;
45+ import writableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties@v0.2.1- deno/mod.js' ;
4646```
4747
4848#### writableProperties( obj )
@@ -83,7 +83,7 @@ var props = writableProperties( obj );
8383import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js' ;
8484import hasSymbolSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js' ;
8585import Symbol from ' https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js' ;
86- import writableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties@deno/mod.js' ;
86+ import writableProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties@v0.2.1- deno/mod.js' ;
8787
8888var hasSymbols = hasSymbolSupport ();
8989
You can’t perform that action at this time.
0 commit comments