File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ A **prime number** is defined as an integer value greater than `1` which is only
50
50
## Usage
51
51
52
52
``` javascript
53
- import isPrime from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-prime@esm/index.mjs' ;
53
+ import isPrime from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-prime@v0.1.1- esm/index.mjs' ;
54
54
```
55
55
56
56
You can also import the following named exports from the package:
57
57
58
58
``` javascript
59
- import { isObject , isPrimitive } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-prime@esm/index.mjs' ;
59
+ import { isObject , isPrimitive } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-prime@v0.1.1- esm/index.mjs' ;
60
60
```
61
61
62
62
#### isPrime( value )
@@ -138,7 +138,7 @@ bool = isPrime.isObject( new Number( 5.0 ) );
138
138
<script type =" module" >
139
139
140
140
import Number from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@esm/index.mjs' ;
141
- import isPrime from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-prime@esm/index.mjs' ;
141
+ import isPrime from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-prime@v0.1.1- esm/index.mjs' ;
142
142
143
143
var bool = isPrime ( 5.0 );
144
144
// returns true
You can’t perform that action at this time.
0 commit comments