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 @@ -44,7 +44,7 @@ limitations under the License.
4444<!-- eslint-disable id-length -->
4545
4646``` javascript
47- import nonEnumerablePropertyNamesIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-nonenumerable-property-names-in@deno/mod.js' ;
47+ import nonEnumerablePropertyNamesIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-nonenumerable-property-names-in@v0.2.0- deno/mod.js' ;
4848```
4949
5050#### nonEnumerablePropertyNamesIn( obj )
@@ -95,7 +95,7 @@ var keys = nonEnumerablePropertyNamesIn( obj );
9595
9696``` javascript
9797import defineProperty from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js' ;
98- import nonEnumerablePropertyNamesIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-nonenumerable-property-names-in@deno/mod.js' ;
98+ import nonEnumerablePropertyNamesIn from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-nonenumerable-property-names-in@v0.2.0- deno/mod.js' ;
9999
100100function Foo () {
101101 this .beep = ' boop' ;
You can’t perform that action at this time.
0 commit comments