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 @@ -42,13 +42,13 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import isInfinite from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-infinite@deno/mod.js' ;
45
+ import isInfinite from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-infinite@v0.2.1- deno/mod.js' ;
46
46
```
47
47
48
48
You can also import the following named exports from the package:
49
49
50
50
``` javascript
51
- import { isObject , isPrimitive } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-infinite@deno/mod.js' ;
51
+ import { isObject , isPrimitive } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-infinite@v0.2.1- deno/mod.js' ;
52
52
```
53
53
54
54
#### isInfinite( value )
@@ -125,7 +125,7 @@ bool = isInfinite.isObject( new Number( 1.0/0.0 ) );
125
125
126
126
``` javascript
127
127
import Number from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@deno/mod.js' ;
128
- import isInfinite from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-infinite@deno/mod.js' ;
128
+ import isInfinite from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-infinite@v0.2.1- deno/mod.js' ;
129
129
130
130
var bool = isInfinite ( 1.0 / 0.0 );
131
131
// returns true
You can’t perform that action at this time.
0 commit comments