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 @@ -52,13 +52,13 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import noneByRightAsync from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@esm/index.mjs' ;
55
+ import noneByRightAsync from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
You can also import the following named exports from the package:
59
59
60
60
``` javascript
61
- import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@esm/index.mjs' ;
61
+ import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@v0.2.1- esm/index.mjs' ;
62
62
```
63
63
64
64
#### noneByRightAsync( collection, \[ options,] predicate, done )
@@ -354,7 +354,7 @@ The function accepts the same `options` as `noneByRightAsync()`.
354
354
355
355
var resolve = require ( ' path' ).resolve ;
356
356
import readFile from ' https://cdn.jsdelivr.net/gh/stdlib-js/fs-read-file@esm/index.mjs' ;
357
- import noneByRightAsync from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@esm/index.mjs' ;
357
+ import noneByRightAsync from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@v0.2.1- esm/index.mjs' ;
358
358
359
359
var files = [
360
360
resolve ( __dirname , ' package.json' ),
You can’t perform that action at this time.
0 commit comments