File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242## Usage
4343
4444``` javascript
45- import FLOAT32_MIN_SAFE_INTEGER from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@deno/mod.js' ;
45+ import FLOAT32_MIN_SAFE_INTEGER from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@v0.2.2- deno/mod.js' ;
4646```
4747
4848#### FLOAT32_MIN_SAFE_INTEGER
@@ -68,7 +68,7 @@ var bool = ( FLOAT32_MIN_SAFE_INTEGER === -16777215 );
6868import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js' ;
6969import round from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@deno/mod.js' ;
7070import pow from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-pow@deno/mod.js' ;
71- import FLOAT32_MIN_SAFE_INTEGER from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@deno/mod.js' ;
71+ import FLOAT32_MIN_SAFE_INTEGER from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@v0.2.2- deno/mod.js' ;
7272
7373var min;
7474var x;
You can’t perform that action at this time.
0 commit comments