File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import trythen from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@esm/index.mjs' ;
55
+ import trythen from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
#### trythen( x, y )
@@ -133,7 +133,7 @@ var z = trythen( x, y );
133
133
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
134
134
import ceil from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-ceil@esm/index.mjs' ;
135
135
import repeatString from ' https://cdn.jsdelivr.net/gh/stdlib-js/string-repeat@esm/index.mjs' ;
136
- import trythen from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@esm/index.mjs' ;
136
+ import trythen from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@v0.2.1- esm/index.mjs' ;
137
137
138
138
var z;
139
139
var i;
You can’t perform that action at this time.
0 commit comments