File tree 1 file changed +2
-2
lines changed
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.
44
44
<!-- eslint-disable id-length -->
45
45
46
46
``` javascript
47
- import setNonEnumerableWriteOnlyAccessor from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-nonenumerable-write-only-accessor@deno/mod.js' ;
47
+ import setNonEnumerableWriteOnlyAccessor from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-nonenumerable-write-only-accessor@v0.2.2- deno/mod.js' ;
48
48
```
49
49
50
50
#### setNonEnumerableWriteOnlyAccessor( obj, prop, setter )
@@ -92,7 +92,7 @@ var bool = ( val === 'boop' );
92
92
<!-- eslint no-undef: "error" -->
93
93
94
94
``` javascript
95
- import setNonEnumerableWriteOnlyAccessor from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-nonenumerable-write-only-accessor@deno/mod.js' ;
95
+ import setNonEnumerableWriteOnlyAccessor from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-nonenumerable-write-only-accessor@v0.2.2- deno/mod.js' ;
96
96
97
97
function Foo ( secret ) {
98
98
if ( ! (this instanceof Foo) ) {
You can’t perform that action at this time.
0 commit comments