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@esm/index.mjs' ;
55
+ import isReferenceError from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### isReferenceError( value )
@@ -94,7 +94,7 @@ var bool = isReferenceError( new ReferenceError( 'beep' ) );
94
94
<body >
95
95
<script type =" module" >
96
96
97
- import isReferenceError from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@esm/index.mjs' ;
97
+ import isReferenceError from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@v0.2.2- esm/index.mjs' ;
98
98
99
99
var bool = isReferenceError ( new ReferenceError ( ' reference error' ) );
100
100
// returns true
You can’t perform that action at this time.
0 commit comments