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 @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import isReferenceError from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@deno/mod.js' ;
55
+ import isReferenceError from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@v0.2.1- deno/mod.js' ;
56
56
```
57
57
58
58
#### isReferenceError( value )
@@ -89,7 +89,7 @@ var bool = isReferenceError( new ReferenceError( 'beep' ) );
89
89
<!-- eslint no-undef: "error" -->
90
90
91
91
``` javascript
92
- import isReferenceError from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@deno/mod.js' ;
92
+ import isReferenceError from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@v0.2.1- deno/mod.js' ;
93
93
94
94
var bool = isReferenceError ( new ReferenceError ( ' reference error' ) );
95
95
// returns true
You can’t perform that action at this time.
0 commit comments