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.
42
42
## Usage
43
43
44
44
``` javascript
45
- import fromBinaryStringUint32 from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-from-binary-string@esm/index.mjs' ;
45
+ import fromBinaryStringUint32 from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-from-binary-string@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
#### fromBinaryStringUint32( bstr )
@@ -87,7 +87,7 @@ import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/i
87
87
import round from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@esm/index.mjs' ;
88
88
import MAX_UINT from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-uint32-max@esm/index.mjs' ;
89
89
import toBinaryStringUint32 from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-to-binary-string@esm/index.mjs' ;
90
- import fromBinaryStringUint32 from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-from-binary-string@esm/index.mjs' ;
90
+ import fromBinaryStringUint32 from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-from-binary-string@v0.2.1- esm/index.mjs' ;
91
91
92
92
var b;
93
93
var x;
You can’t perform that action at this time.
0 commit comments