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.
4242## Usage
4343
4444``` javascript
45- import ns from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@esm/index.mjs' ;
45+ import ns from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2- esm/index.mjs' ;
4646```
4747
4848You can also import the following named exports from the package:
4949
5050``` javascript
51- import { Function , function2string } from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@esm/index.mjs' ;
51+ import { Function , function2string } from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2- esm/index.mjs' ;
5252```
5353
5454#### ns
@@ -92,7 +92,7 @@ The namespace contains the following:
9292<script type =" module" >
9393
9494import objectKeys from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils/keys@esm/index.mjs' ;
95- import ns from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@esm/index.mjs' ;
95+ import ns from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2- esm/index.mjs' ;
9696
9797console .log ( objectKeys ( ns ) );
9898
You can’t perform that action at this time.
0 commit comments