File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@deno/mod.js' ;
45+ import ns from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2- deno/mod.js' ;
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@deno/mod.js' ;
51+ import { Function , function2string } from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2- deno/mod.js' ;
5252```
5353
5454#### ns
@@ -87,7 +87,7 @@ The namespace contains the following:
8787
8888``` javascript
8989import objectKeys from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils/keys@deno/mod.js' ;
90- import ns from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@deno/mod.js' ;
90+ import ns from ' https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2- deno/mod.js' ;
9191
9292console .log ( objectKeys ( ns ) );
9393```
You can’t perform that action at this time.
0 commit comments