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 writablePropertyNamesIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-property-names-in@esm/index.mjs' ;
45
+ import writablePropertyNamesIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-property-names-in@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
#### writablePropertyNamesIn( obj )
@@ -94,7 +94,7 @@ var keys = writablePropertyNamesIn( obj );
94
94
<script type =" module" >
95
95
96
96
import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@esm/index.mjs' ;
97
- import writablePropertyNamesIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-property-names-in@esm/index.mjs' ;
97
+ import writablePropertyNamesIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-property-names-in@v0.2.2- esm/index.mjs' ;
98
98
99
99
function Foo () {
100
100
this .a = {
You can’t perform that action at this time.
0 commit comments