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 isStringArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-string-array@esm/index.mjs' ;
45
+ import isStringArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-string-array@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
You can also import the following named exports from the package:
49
49
50
50
``` javascript
51
- import { objects , primitives } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-string-array@esm/index.mjs' ;
51
+ import { objects , primitives } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-string-array@v0.2.2- esm/index.mjs' ;
52
52
```
53
53
54
54
#### isStringArray( value )
@@ -111,7 +111,7 @@ bool = isStringArray.objects( [ 'beep', new String('boop') ] );
111
111
<body >
112
112
<script type =" module" >
113
113
114
- import isStringArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-string-array@esm/index.mjs' ;
114
+ import isStringArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-string-array@v0.2.2- esm/index.mjs' ;
115
115
116
116
var bool = isStringArray ( [ ' Hello World!' ] );
117
117
// returns true
You can’t perform that action at this time.
0 commit comments